Spaces:
Runtime error
Runtime error
Commit
·
fb972ca
1
Parent(s):
2a2d5bc
Update app.py
Browse files
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.outputs.Image(type="file"), gr.
|
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.outputs.Image(type="file"), gr.outputs.Image(type="file")],
|
35 |
title=title,
|
36 |
examples=[["Sunset"]]
|
37 |
)
|