Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -208,10 +208,4 @@ with gr.Blocks(
|
|
208 |
# Launch the app
|
209 |
if __name__ == "__main__":
|
210 |
print("Starting Gradio interface...")
|
211 |
-
demo.launch(
|
212 |
-
server_name="0.0.0.0",
|
213 |
-
server_port=7860,
|
214 |
-
share=False, # Set to True if you want to create a public link
|
215 |
-
show_error=True,
|
216 |
-
favicon_path=None
|
217 |
-
)
|
|
|
208 |
# Launch the app
|
209 |
if __name__ == "__main__":
|
210 |
print("Starting Gradio interface...")
|
211 |
+
demo.launch(mcp_server=True)
|
|
|
|
|
|
|
|
|
|
|
|