ahmad walidurosyad
commited on
Commit
·
a334e75
1
Parent(s):
bfe81d6
Upgrade Gradio to 4.44.1 to fix API schema generation error
Browse files- Fixed TypeError in gradio_client utils (bool not iterable)
- Removed huggingface_hub version constraint (newer Gradio handles it)
- Updated README sdk_version to match
- README.md +1 -1
- requirements.txt +1 -2
README.md
CHANGED
|
@@ -4,7 +4,7 @@ emoji: 🎙️
|
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: purple
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version: 4.
|
| 8 |
app_file: app.py
|
| 9 |
suggested_hardware: t4-small
|
| 10 |
pinned: false
|
|
|
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: purple
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 4.44.1
|
| 8 |
app_file: app.py
|
| 9 |
suggested_hardware: t4-small
|
| 10 |
pinned: false
|
requirements.txt
CHANGED
|
@@ -1,7 +1,6 @@
|
|
| 1 |
torch==2.1.1
|
| 2 |
torchvision==0.16.1
|
| 3 |
torchaudio==2.1.1
|
| 4 |
-
gradio==4.
|
| 5 |
-
huggingface_hub<0.20.0
|
| 6 |
spaces==0.30.2
|
| 7 |
git+https://github.com/BUTSpeechFIT/DiariZen.git
|
|
|
|
| 1 |
torch==2.1.1
|
| 2 |
torchvision==0.16.1
|
| 3 |
torchaudio==2.1.1
|
| 4 |
+
gradio==4.44.1
|
|
|
|
| 5 |
spaces==0.30.2
|
| 6 |
git+https://github.com/BUTSpeechFIT/DiariZen.git
|