Spaces:
Runtime error
Runtime error
Commit
·
d63061e
1
Parent(s):
dd6f129
Update Gradio in readme
Browse filesGradio version is controlled by readme not only requirements.txt. Must be >3.11 to process files larger than 10mb. See https://huggingface.co/docs/hub/spaces-sdks-gradio , https://github.com/gradio-app/gradio/issues/2700 and and https://discuss.huggingface.co/t/error-connection-errored-out-during-processing/23439
README.md
CHANGED
|
@@ -4,7 +4,7 @@ emoji: ⚡
|
|
| 4 |
colorFrom: pink
|
| 5 |
colorTo: purple
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version: 3.
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: apache-2.0
|
|
|
|
| 4 |
colorFrom: pink
|
| 5 |
colorTo: purple
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 3.13.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: apache-2.0
|