Spaces:
Running on Zero
Running on Zero
Daryl Lim Claude Opus 4.6 commited on
Commit ·
09377d3
1
Parent(s): f50ef54
Fix gradio version range to allow SDK 6.x
Browse filesHF Spaces injects gradio==6.8.0 from the README frontmatter,
which conflicted with the >=5,<6 constraint.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
# App
|
| 2 |
accelerate>=1,<2
|
| 3 |
-
gradio>=5,<
|
| 4 |
sentencepiece>=0.2,<1
|
| 5 |
spaces>=0.34,<1
|
| 6 |
tokenizers>=0.21,<1
|
|
|
|
| 1 |
# App
|
| 2 |
accelerate>=1,<2
|
| 3 |
+
gradio>=5,<7
|
| 4 |
sentencepiece>=0.2,<1
|
| 5 |
spaces>=0.34,<1
|
| 6 |
tokenizers>=0.21,<1
|