acecalisto3 commited on
Commit
3544360
·
verified ·
1 Parent(s): ec6b851

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -301,7 +301,7 @@ def main():
301
 
302
  # Custom server settings
303
  server_name = "0.0.0.0" # Listen on all available network interfaces
304
- server_port = 8080 # Choose an available port
305
  share_gradio_link = True # Share a public URL for the app
306
 
307
  # Launch the interface
 
301
 
302
  # Custom server settings
303
  server_name = "0.0.0.0" # Listen on all available network interfaces
304
+ server_port = 7860# Choose an available port
305
  share_gradio_link = True # Share a public URL for the app
306
 
307
  # Launch the interface