Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +0 -9
requirements.txt
CHANGED
|
@@ -1,12 +1,3 @@
|
|
| 1 |
-
# Generating the requirements.txt content based on the provided code.
|
| 2 |
-
|
| 3 |
-
requirements = """
|
| 4 |
gradio==3.32.0
|
| 5 |
openai==0.27.8
|
| 6 |
-
"""
|
| 7 |
-
|
| 8 |
-
# Saving the content to requirements.txt
|
| 9 |
-
with open("/mnt/data/requirements.txt", "w") as f:
|
| 10 |
-
f.write(requirements)
|
| 11 |
|
| 12 |
-
"/mnt/data/requirements.txt created with required dependencies"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
gradio==3.32.0
|
| 2 |
openai==0.27.8
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
|
|
|