Peter Organisciak commited on
Commit ·
b15077f
1
Parent(s): 053a22c
Update gradio requirement to >=6.0 to match Space SDK
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
gradio>=
|
| 2 |
gensim>=4.0
|
| 3 |
spacy>=3.7.2
|
| 4 |
numpy
|
|
|
|
| 1 |
+
gradio>=6.0
|
| 2 |
gensim>=4.0
|
| 3 |
spacy>=3.7.2
|
| 4 |
numpy
|