KingNish commited on
Commit
39974e1
·
verified ·
1 Parent(s): 8ada354

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -460,7 +460,7 @@ class GradioUI:
460
  )
461
 
462
  def launch(self, share: bool = True, **kwargs):
463
- self.create_app().launch(debug=True, share=share, create_mcp_server=True, **kwargs)
464
 
465
  def create_app(self):
466
  import gradio as gr
 
460
  )
461
 
462
  def launch(self, share: bool = True, **kwargs):
463
+ self.create_app().launch(debug=True, share=share, mcp_server=True, **kwargs)
464
 
465
  def create_app(self):
466
  import gradio as gr