Update app.py
Browse files
app.py
CHANGED
@@ -71,4 +71,4 @@ iface = gr.Interface(fn=process_image,
|
|
71 |
description=description,
|
72 |
article=article,
|
73 |
examples=examples)
|
74 |
-
iface.launch(debug=True
|
|
|
71 |
description=description,
|
72 |
article=article,
|
73 |
examples=examples)
|
74 |
+
iface.launch(debug=True)
|