Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Local Gradio app runtime. Model serving deps live inside serve/serve_*.py
|
| 2 |
+
# (they run on Modal, not locally).
|
| 3 |
+
gradio>=6.0
|
| 4 |
+
openai>=2.0
|
| 5 |
+
modal>=1.3
|
| 6 |
+
pillow>=10
|