Trickshotblaster commited on
Commit
06e3d5b
·
1 Parent(s): 4985f25

fixing gradio pt2

Browse files
Files changed (3) hide show
  1. README.md +1 -0
  2. pre-requirements.txt +1 -1
  3. requirements.txt +1 -1
README.md CHANGED
@@ -5,6 +5,7 @@ colorFrom: yellow
5
  colorTo: purple
6
  sdk: gradio
7
  sdk_version: 4.36.1
 
8
  app_file: app.py
9
  pinned: false
10
  license: mit
 
5
  colorTo: purple
6
  sdk: gradio
7
  sdk_version: 4.36.1
8
+ python_version: 3.9.13
9
  app_file: app.py
10
  pinned: false
11
  license: mit
pre-requirements.txt CHANGED
@@ -1 +1 @@
1
- pip==23.3.1
 
1
+ pip==22.3.1
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
  huggingface_hub==0.22.2
2
- gradio==3.45.0
3
  torch
4
  tiktoken
 
1
  huggingface_hub==0.22.2
2
+ gradio==4.39.0
3
  torch
4
  tiktoken