Upload folder using huggingface_hub
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
gradio==
|
2 |
-
|
3 |
-
|
4 |
-
openai==0.28.1
|
|
|
1 |
+
gradio==4.19.2 # Use a version that's known to work with your application
|
2 |
+
fastapi==0.109.2
|
3 |
+
uvicorn==0.27.1
|
|