update
Browse files
app.py
CHANGED
|
@@ -457,7 +457,4 @@ with gr.Blocks(css=css, theme=theme, title="UI Button Generator MCP") as demo:
|
|
| 457 |
)
|
| 458 |
|
| 459 |
if __name__ == "__main__":
|
| 460 |
-
demo.launch(
|
| 461 |
-
show_error=True,
|
| 462 |
-
mcp_server=True,
|
| 463 |
-
)
|
|
|
|
| 457 |
)
|
| 458 |
|
| 459 |
if __name__ == "__main__":
|
| 460 |
+
demo.launch(show_error=True, mcp_server=True, share=True)
|
|
|
|
|
|
|
|
|