Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -40,4 +40,4 @@ def predict(sketch, description):
|
|
40 |
sketchpad = gr.Sketchpad(shape=(1024, 1024), brush_radius=5)
|
41 |
|
42 |
iface = gr.Interface(fn=predict, inputs=[sketchpad, "text"], outputs="image", live=False)
|
43 |
-
iface.launch(
|
|
|
40 |
sketchpad = gr.Sketchpad(shape=(1024, 1024), brush_radius=5)
|
41 |
|
42 |
iface = gr.Interface(fn=predict, inputs=[sketchpad, "text"], outputs="image", live=False)
|
43 |
+
iface.launch()
|