Spaces:
Sleeping
Sleeping
Commit
·
4985f25
1
Parent(s):
4124dfa
fixing gradio
Browse files- pre-requirements.txt +1 -1
- requirements.txt +1 -0
pre-requirements.txt
CHANGED
@@ -1 +1 @@
|
|
1 |
-
pip==
|
|
|
1 |
+
pip==23.3.1
|
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
huggingface_hub==0.22.2
|
|
|
2 |
torch
|
3 |
tiktoken
|
|
|
1 |
huggingface_hub==0.22.2
|
2 |
+
gradio==3.45.0
|
3 |
torch
|
4 |
tiktoken
|