Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -16,7 +16,7 @@ torch>=2.0.0
|
|
| 16 |
sentence-transformers>=2.2.2
|
| 17 |
tf-keras>=2.12.0 # Explicitly required for transformers compatibility
|
| 18 |
keras==2.12.0 # Lock to Keras 2.x
|
| 19 |
-
|
| 20 |
jinja2
|
| 21 |
slowapi>=0.1.5
|
| 22 |
|
|
|
|
| 16 |
sentence-transformers>=2.2.2
|
| 17 |
tf-keras>=2.12.0 # Explicitly required for transformers compatibility
|
| 18 |
keras==2.12.0 # Lock to Keras 2.x
|
| 19 |
+
gradio>=3.0.0
|
| 20 |
jinja2
|
| 21 |
slowapi>=0.1.5
|
| 22 |
|