Spaces:
Runtime error
Runtime error
Commit
·
a91f98a
1
Parent(s):
2dff389
Update app.py
Browse files
app.py
CHANGED
@@ -69,6 +69,7 @@ iface = gr.Interface(
|
|
69 |
inputs='sketchpad',
|
70 |
outputs=[gr.outputs.Label(num_top_classes=3), gr.outputs.Image(type="file"), gr.outputs.Image(type="file"), gr.outputs.Image(type="file")],
|
71 |
title=title,
|
|
|
72 |
)
|
73 |
iface.launch(debug=True)
|
74 |
|
|
|
69 |
inputs='sketchpad',
|
70 |
outputs=[gr.outputs.Label(num_top_classes=3), gr.outputs.Image(type="file"), gr.outputs.Image(type="file"), gr.outputs.Image(type="file")],
|
71 |
title=title,
|
72 |
+
live=True
|
73 |
)
|
74 |
iface.launch(debug=True)
|
75 |
|