acecalisto3 commited on
Commit
4167674
·
verified ·
1 Parent(s): 36d7b59

Update app.py

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