megamined commited on
Commit
35c9404
1 Parent(s): 9312ef2

remove share from `app.py`

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,4 +46,4 @@ app = gr.Interface(
46
 
47
  )
48
 
49
- app.launch(server_port=8080, share=True)
 
46
 
47
  )
48
 
49
+ app.launch()