osanseviero commited on
Commit
b7378c5
·
1 Parent(s): 5a15dbc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ title = "Draw to Search"
31
  iface = gr.Interface(
32
  fn=predict,
33
  inputs=[gr.inputs.Textbox(label="text", lines=3)],
34
- outputs=[gr.output.Image(type="file"), gr.output.Image(type="file"), gr.output.Image(type="file")]
35
  title=title,
36
  examples=[["Sunset"]]
37
  )
 
31
  iface = gr.Interface(
32
  fn=predict,
33
  inputs=[gr.inputs.Textbox(label="text", lines=3)],
34
+ outputs=[gr.output.Image(type="file"), gr.output.Image(type="file"), gr.output.Image(type="file")],
35
  title=title,
36
  examples=[["Sunset"]]
37
  )