Spaces:
Running
Running
Update app.py
Browse files
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 =
|
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
|