Spaces:
Sleeping
Sleeping
Use exact Gradio version 5.49.1 to match local environment
Browse filesSpecify exact version 5.49.1 which is working locally, avoiding both the
ancient 4.44.0 and the buggy 5.0.0 versions. Version 5.49.1 should have
the Content-Length bug fixed that was present in early 5.0.x versions.
- README.md +1 -1
- requirements.txt +1 -1
README.md
CHANGED
|
@@ -4,7 +4,7 @@ emoji: 📝
|
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: green
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version: 5.
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: apache-2.0
|
|
|
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: green
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 5.49.1
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: apache-2.0
|
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
gradio
|
| 2 |
transformers>=4.45.0
|
| 3 |
torch>=2.1.0
|
| 4 |
accelerate>=0.26.0
|
|
|
|
| 1 |
+
gradio==5.49.1
|
| 2 |
transformers>=4.45.0
|
| 3 |
torch>=2.1.0
|
| 4 |
accelerate>=0.26.0
|