Spaces:
Runtime error
Runtime error
Upload folder using huggingface_hub
Browse files- requirements.txt +6 -0
requirements.txt
CHANGED
|
@@ -9,3 +9,9 @@ requests==2.32.3
|
|
| 9 |
streamlit==1.48.1
|
| 10 |
werkzeug==3.1.3
|
| 11 |
uvicorn[standard]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
streamlit==1.48.1
|
| 10 |
werkzeug==3.1.3
|
| 11 |
uvicorn[standard]
|
| 12 |
+
gradio==5.42.0
|
| 13 |
+
transformers==4.55.2
|
| 14 |
+
diffusers==0.34.0
|
| 15 |
+
torch>=2.2.0
|
| 16 |
+
huggingface-hub>=0.34.0,<1.0
|
| 17 |
+
pydantic==2.10.6
|