Spaces:
Running
Running
Commit
·
9a23284
1
Parent(s):
b8e2fdf
refactor app.py and requirements.txt to specify gradio version
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
torch>=1.10.0
|
2 |
accelerate>=0.20.1
|
3 |
transformers
|
4 |
-
gradio
|
5 |
pydantic
|
6 |
pandas
|
7 |
scikit-learn
|
|
|
1 |
torch>=1.10.0
|
2 |
accelerate>=0.20.1
|
3 |
transformers
|
4 |
+
gradio==4.44.1
|
5 |
pydantic
|
6 |
pandas
|
7 |
scikit-learn
|