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