Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -5
requirements.txt
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
uvicorn==0.21.1
|
|
|
|
| 1 |
+
gradio==3.5.0 # Gradio for creating interfaces
|
| 2 |
+
transformers==4.28.1 # Hugging Face Transformers for the model
|
| 3 |
+
fastapi==0.95.0 # FastAPI for creating APIs
|
| 4 |
+
uvicorn==0.21.1 # Uvicorn for running the FastAPI server
|
|
|