Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
|
@@ -1,3 +1,6 @@
|
|
| 1 |
huggingface_hub==0.22.2
|
| 2 |
-
gradio
|
| 3 |
transformers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
huggingface_hub==0.22.2
|
|
|
|
| 2 |
transformers
|
| 3 |
+
gradio
|
| 4 |
+
torch==2.0.0 # Uncomment if using PyTorch
|
| 5 |
+
# tensorflow==2.10.0 # Uncomment if using TensorFlow
|
| 6 |
+
|