HaoFeng2019 commited on
Commit
c785f0c
·
1 Parent(s): 240c20c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(server_port=8821, server_name="0.0.0.0")
 
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()