Spaces:
Running
Running
Update app.py
Browse files
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,
|
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
|