jfarray commited on
Commit
83e0735
1 Parent(s): ac50805

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -150,4 +150,4 @@ iface = gr.Interface(fn=Main
150
  , title = "PLENTAS"
151
  )
152
 
153
- iface.launch(share = False,enable_queue=True, show_error =True, server_port=7870)
 
150
  , title = "PLENTAS"
151
  )
152
 
153
+ iface.launch(share = False,enable_queue=True, show_error =True)