SMeyersMrOvkill commited on
Commit
fad5482
·
1 Parent(s): 55d5a2c
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -104,7 +104,7 @@ def simple_desc(img, prompt):
104
 
105
  ifc = gr.TabbedInterface(
106
  [
107
- gr.Interface(simple_desc, inputs=[gr.Image(label="input", type="pil"), outputs=[gr.Textbox(label="prompt")])
108
  ]
109
  )
110
 
 
104
 
105
  ifc = gr.TabbedInterface(
106
  [
107
+ gr.Interface(simple_desc, inputs=[gr.Image(label="input", type="pil")], outputs=[gr.Textbox(label="prompt")])
108
  ]
109
  )
110