cccornflake commited on
Commit
0e164bc
·
verified ·
1 Parent(s): 114c9ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,4 +21,4 @@ demo = gr.Interface(fn=infer,
21
  # examples=[image_path,]
22
  )
23
 
24
- demo.launch(share=True, server_port=7671)
 
21
  # examples=[image_path,]
22
  )
23
 
24
+ demo.launch()