Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +4 -0
requirements.txt
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio>=4.36.1 # Gradio UI library :contentReference[oaicite:9]{index=9}
|
2 |
+
transformers>=4.35.0 # Hugging Face Transformers :contentReference[oaicite:10]{index=10}
|
3 |
+
torch>=2.0.0 # PyTorch backend :contentReference[oaicite:11]{index=11}
|
4 |
+
protobuf>=3.20.0 # For function-calling support :contentReference[oaicite:12]{index=12}
|