Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -242,5 +242,4 @@ iface = gr.Interface(fn=inpaint, inputs=gradio_inputs,
|
|
| 242 |
examples=examples, title=title,
|
| 243 |
description=description, article=article,
|
| 244 |
enable_queue=True)
|
| 245 |
-
|
| 246 |
-
iface.launch(enable_queue=True, debug=True)
|
|
|
|
| 242 |
examples=examples, title=title,
|
| 243 |
description=description, article=article,
|
| 244 |
enable_queue=True)
|
| 245 |
+
iface.launch()
|
|
|