Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -24,8 +24,9 @@ dash>=2.14
|
|
| 24 |
matplotlib>=3.8
|
| 25 |
|
| 26 |
# Hugging Face integration
|
| 27 |
-
gradio
|
| 28 |
-
|
|
|
|
| 29 |
|
| 30 |
# Utilities
|
| 31 |
tqdm>=4.66
|
|
|
|
| 24 |
matplotlib>=3.8
|
| 25 |
|
| 26 |
# Hugging Face integration
|
| 27 |
+
gradio==4.36.0
|
| 28 |
+
huggingface-hub==0.20.3
|
| 29 |
+
trackio<1.0
|
| 30 |
|
| 31 |
# Utilities
|
| 32 |
tqdm>=4.66
|