Spaces:
Runtime error
Runtime error
update main script
Browse files- main_gradio.py +1 -1
main_gradio.py
CHANGED
|
@@ -282,6 +282,6 @@ iface = gr.Interface(
|
|
| 282 |
description="Upload an image to process."
|
| 283 |
)
|
| 284 |
|
| 285 |
-
#
|
| 286 |
iface.launch()
|
| 287 |
|
|
|
|
| 282 |
description="Upload an image to process."
|
| 283 |
)
|
| 284 |
|
| 285 |
+
# Launch the interface
|
| 286 |
iface.launch()
|
| 287 |
|