temp-9384289 commited on
Commit
0fceaca
·
1 Parent(s): 59dcf4a
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -191,6 +191,6 @@ def getModel(model):
191
 
192
 
193
  import gradio as gr
194
- output = gr.Gallery("image")
195
  interface = gr.Interface(fn=getModel, inputs=[gr.Dropdown(modellist)], css="#output_image{width: 256px !important; height: 256px !important;}", outputs=output, title='Model Problems (infringement)') # outputs="image",
196
  interface.launch()
 
191
 
192
 
193
  import gradio as gr
194
+ output = "image"
195
  interface = gr.Interface(fn=getModel, inputs=[gr.Dropdown(modellist)], css="#output_image{width: 256px !important; height: 256px !important;}", outputs=output, title='Model Problems (infringement)') # outputs="image",
196
  interface.launch()