Update requirements.txt
Browse files- requirements.txt +1 -8
requirements.txt
CHANGED
|
@@ -1,6 +1,3 @@
|
|
| 1 |
-
# Require modern Python
|
| 2 |
-
python>=3.10
|
| 3 |
-
|
| 4 |
# Core Gradio UI (locks to 5.x series)
|
| 5 |
gradio>=5.0,<6.0
|
| 6 |
|
|
@@ -8,8 +5,4 @@ gradio>=5.0,<6.0
|
|
| 8 |
gradio-modal>=0.0.4
|
| 9 |
|
| 10 |
# HF Hub client (latest stable)
|
| 11 |
-
huggingface-hub>=0.30.2,<0.31
|
| 12 |
-
|
| 13 |
-
# gradio-client>=1.10.0,<2.0.0
|
| 14 |
-
# fastapi>=0.100.0
|
| 15 |
-
# ffmpeg-python>=0.2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Core Gradio UI (locks to 5.x series)
|
| 2 |
gradio>=5.0,<6.0
|
| 3 |
|
|
|
|
| 5 |
gradio-modal>=0.0.4
|
| 6 |
|
| 7 |
# HF Hub client (latest stable)
|
| 8 |
+
huggingface-hub>=0.30.2,<0.31
|
|
|
|
|
|
|
|
|
|
|
|