Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -1 +1,4 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
1 |
+
gradio==3.36.1 # Or the latest version
|
2 |
+
transformers==4.30.0 # Or the latest stable version
|
3 |
+
torch>=2.0.0 # Make sure you use a version that is compatible with your model
|
4 |
+
torch==2.0.0+cu117 # This version includes CUDA 11.7 support
|