Spaces:
Runtime error
Runtime error
Commit
·
c785f0c
1
Parent(s):
240c20c
Update app.py
Browse files
app.py
CHANGED
@@ -94,4 +94,4 @@ output_image = gr.outputs.Image(type='pil')
|
|
94 |
iface = gr.Interface(fn=rec, inputs=input_image, outputs=output_image, title="DocGeoNet",examples=demo_img_files)
|
95 |
|
96 |
#iface.launch(server_port=8821, server_name="0.0.0.0")
|
97 |
-
iface.launch(
|
|
|
94 |
iface = gr.Interface(fn=rec, inputs=input_image, outputs=output_image, title="DocGeoNet",examples=demo_img_files)
|
95 |
|
96 |
#iface.launch(server_port=8821, server_name="0.0.0.0")
|
97 |
+
iface.launch()
|