Svngoku commited on
Commit
189d757
·
verified ·
1 Parent(s): 2bb34b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -318,7 +318,4 @@ with gr.Blocks(
318
 
319
  # Launch the app
320
  if __name__ == "__main__":
321
- interface.launch(
322
- share=True,
323
- mcp_server=True
324
- )
 
318
 
319
  # Launch the app
320
  if __name__ == "__main__":
321
+ interface.launch(mcp_server=True)