Spaces:
Runtime error
Runtime error
Downgraded to the version 4.44.0 of the Gradio SDK
Browse files- README.md +1 -1
- requirements.txt +1 -1
README.md
CHANGED
@@ -5,7 +5,7 @@ colorFrom: green
|
|
5 |
colorTo: indigo
|
6 |
fullWidth: true
|
7 |
sdk: gradio
|
8 |
-
sdk_version:
|
9 |
app_file: app.py
|
10 |
pinned: false
|
11 |
startup_duration_timeout: 5h 59m
|
|
|
5 |
colorTo: indigo
|
6 |
fullWidth: true
|
7 |
sdk: gradio
|
8 |
+
sdk_version: 4.44.0
|
9 |
app_file: app.py
|
10 |
pinned: false
|
11 |
startup_duration_timeout: 5h 59m
|
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
gradio
|
2 |
pandas
|
3 |
azure-cosmos
|
4 |
huggingface_hub
|
|
|
1 |
+
gradio==4.44.0
|
2 |
pandas
|
3 |
azure-cosmos
|
4 |
huggingface_hub
|