Spaces:
Sleeping
Sleeping
add the app.launch() function
Browse files
app.py
CHANGED
@@ -44,5 +44,5 @@ agent_manager = AgentManager()
|
|
44 |
# Create the Gradio app
|
45 |
app = create_gradio_app(agent_manager)
|
46 |
|
47 |
-
#
|
48 |
-
|
|
|
44 |
# Create the Gradio app
|
45 |
app = create_gradio_app(agent_manager)
|
46 |
|
47 |
+
# Launch the app with specific server configuration for Hugging Face Spaces
|
48 |
+
app.launch(server_name="0.0.0.0", server_port=7860, share=False)
|