Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -13,15 +13,15 @@ Far more robust domain-specific responses are possible with further customizatio
|
|
| 13 |
|
| 14 |
################################# LOAD LIBRARIES/IMPORTS #########################################
|
| 15 |
|
| 16 |
-
# pip install openai
|
| 17 |
-
# pip install transformers
|
| 18 |
-
# pip install gradio
|
| 19 |
-
# pip install PyPDF2
|
| 20 |
-
! pip install python-docx
|
| 21 |
-
! pip install pandas
|
| 22 |
|
| 23 |
|
| 24 |
-
import docx
|
| 25 |
import pandas as pd
|
| 26 |
import numpy as np
|
| 27 |
import openai
|
|
|
|
| 13 |
|
| 14 |
################################# LOAD LIBRARIES/IMPORTS #########################################
|
| 15 |
|
| 16 |
+
# ! pip install openai
|
| 17 |
+
# ! pip install transformers
|
| 18 |
+
# ! pip install gradio
|
| 19 |
+
# ! pip install PyPDF2
|
| 20 |
+
# ! pip install python-docx
|
| 21 |
+
# ! pip install pandas
|
| 22 |
|
| 23 |
|
| 24 |
+
# import docx
|
| 25 |
import pandas as pd
|
| 26 |
import numpy as np
|
| 27 |
import openai
|