osanseviero commited on
Commit
2a2d5bc
·
1 Parent(s): b7378c5

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.outputs.Image(type="file"), gr.output.Image(type="file"), gr.output.Image(type="file")],
35
  title=title,
36
  examples=[["Sunset"]]
37
  )