Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -36,4 +36,4 @@ with gr.Blocks() as demo:
|
|
36 |
|
37 |
|
38 |
if __name__ == "__main__":
|
39 |
-
demo.launch(
|
|
|
36 |
|
37 |
|
38 |
if __name__ == "__main__":
|
39 |
+
demo.launch(mcp_server=True, show_error=True, share=True)
|