acecalisto3 commited on
Commit
c1e0572
1 Parent(s): 4167674

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -1,4 +1,3 @@
1
-
2
  import os
3
  import subprocess
4
  import random
@@ -302,7 +301,7 @@ def main():
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
 
 
1
  import os
2
  import subprocess
3
  import random
 
301
 
302
  # Custom server settings
303
  server_name = "0.0.0.0" # Listen on all available network interfaces
304
+ server_port = 8888 # Choose an available port
305
  share_gradio_link = True # Share a public URL for the app
306
 
307
  # Launch the interface