Mansib commited on
Commit
7b11c27
·
1 Parent(s): 7aa738c

Froze Gradio package

Browse files
Files changed (2) hide show
  1. app.py +2 -2
  2. requirements.txt +1 -1
app.py CHANGED
@@ -95,8 +95,8 @@ with gr.Interface(
95
  theme=theme,
96
  fn=allure,
97
  inputs=[
98
- gr.inputs.Image(label="Image"),
99
- gr.inputs.Dropdown(
100
  [
101
  'Person', 'Man', 'Woman'
102
  ],
 
95
  theme=theme,
96
  fn=allure,
97
  inputs=[
98
+ gr.Image(label="Image"),
99
+ gr.Dropdown(
100
  [
101
  'Person', 'Man', 'Woman'
102
  ],
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
- gradio==3.39.0
2
  torch
3
  git+https://github.com/openai/CLIP.git
4
  Pillow
 
1
+ gradio
2
  torch
3
  git+https://github.com/openai/CLIP.git
4
  Pillow