temp-9384289 commited on
Commit
7021503
·
1 Parent(s): b0b3a8b
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +1 -1
app.py CHANGED
@@ -190,5 +190,5 @@ def getModel(model):
190
 
191
 
192
  import gradio as gr
193
- interface = gr.Interface(fn=getModel, inputs=[gr.Dropdown(modellist)], css="#output_image{width: 256px !important; height: 256px !important;}", outputs=gr.outputs.Carousel("image"), title='Model Problems (infringement)') # outputs="image",
194
  interface.launch()
 
190
 
191
 
192
  import gradio as gr
193
+ interface = gr.Interface(fn=getModel, inputs=[gr.Dropdown(modellist)], css="#output_image{width: 256px !important; height: 256px !important;}", outputs=gr.Outputs.Carousel("image"), title='Model Problems (infringement)') # outputs="image",
194
  interface.launch()
requirements.txt CHANGED
@@ -1,7 +1,7 @@
1
  # Automatically generated by https://github.com/damnever/pigar.
2
 
3
  diffusers==0.27.2
4
- gradio==3.50.0
5
  huggingface-hub==0.22.2
6
  image-similarity-measures==0.3.6
7
  keras==2.11.0
 
1
  # Automatically generated by https://github.com/damnever/pigar.
2
 
3
  diffusers==0.27.2
4
+ gradio==4.28.3
5
  huggingface-hub==0.22.2
6
  image-similarity-measures==0.3.6
7
  keras==2.11.0