Akjava commited on
Commit
8bed5f5
·
1 Parent(s): 4e8b41a
Files changed (1) hide show
  1. app.py +1 -4
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)