Spaces:
Sleeping
Sleeping
acecalisto3
commited on
Commit
•
e3fe777
1
Parent(s):
1021016
Update agent.py
Browse files
agent.py
CHANGED
@@ -417,7 +417,7 @@ def main():
|
|
417 |
|
418 |
# --- Custom Server Settings ---
|
419 |
server_name = "0.0.0.0" # Listen on available network interfaces
|
420 |
-
server_port =
|
421 |
share_gradio_link = True # Share a public URL for the app
|
422 |
|
423 |
# --- Launch the Interface ---
|
|
|
417 |
|
418 |
# --- Custom Server Settings ---
|
419 |
server_name = "0.0.0.0" # Listen on available network interfaces
|
420 |
+
server_port = 7860 # Choose an available port
|
421 |
share_gradio_link = True # Share a public URL for the app
|
422 |
|
423 |
# --- Launch the Interface ---
|