Emanuel commited on
Commit
d03306e
·
1 Parent(s): b149299

Update app.py

Browse files

Removed server_port parameter

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -165,4 +165,4 @@ with gr.Blocks(css=css) as demo:
165
  gr.HTML(bottom_html)
166
 
167
 
168
- demo.launch(debug=True, server_port=15000)
 
165
  gr.HTML(bottom_html)
166
 
167
 
168
+ demo.launch(debug=True)