Update app.py
Browse files
app.py
CHANGED
@@ -26,4 +26,4 @@ def run(image_path):
|
|
26 |
|
27 |
iface = gr.Interface(run, gr.inputs.Image(shape=(256, 256)), "image")
|
28 |
|
29 |
-
iface.launch(
|
|
|
26 |
|
27 |
iface = gr.Interface(run, gr.inputs.Image(shape=(256, 256)), "image")
|
28 |
|
29 |
+
iface.launch()
|