Spaces:
Runtime error
Runtime error
temp-9384289
commited on
Commit
·
e6a4808
1
Parent(s):
7021503
caps
Browse files
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.
|
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.Carousel("image"), title='Model Problems (infringement)') # outputs="image",
|
194 |
interface.launch()
|