Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,9 @@ with gr.Blocks() as demo:
|
|
21 |
|
22 |
# IMPORTANT: This is required in Hugging Face Spaces using Docker
|
23 |
if __name__ == "__main__":
|
24 |
-
demo.launch(server_name="0.0.0.0", server_port=7860,
|
|
|
|
|
25 |
|
26 |
# import gradio as gr
|
27 |
# import json
|
|
|
21 |
|
22 |
# IMPORTANT: This is required in Hugging Face Spaces using Docker
|
23 |
if __name__ == "__main__":
|
24 |
+
demo.launch(server_name="0.0.0.0", server_port=7860,
|
25 |
+
#mcp_server=True
|
26 |
+
)
|
27 |
|
28 |
# import gradio as gr
|
29 |
# import json
|