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