Spaces:
Sleeping
Sleeping
AmmarFahmy commited on
Commit ·
1c4acc1
1
Parent(s): f19c938
Comment out pypandoc import and download method
Browse files
app.py
CHANGED
|
@@ -14,8 +14,8 @@ import openai
|
|
| 14 |
import time
|
| 15 |
import warnings
|
| 16 |
|
| 17 |
-
import pypandoc
|
| 18 |
-
pypandoc.download_pandoc()
|
| 19 |
|
| 20 |
|
| 21 |
# Setup logging and ignore specific warnings.
|
|
|
|
| 14 |
import time
|
| 15 |
import warnings
|
| 16 |
|
| 17 |
+
# import pypandoc
|
| 18 |
+
# pypandoc.download_pandoc()
|
| 19 |
|
| 20 |
|
| 21 |
# Setup logging and ignore specific warnings.
|