Manavraj commited on
Commit
5d17291
·
verified ·
1 Parent(s): 721f63f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,4 +30,4 @@ with gr.Blocks() as demo:
30
  gr.Interface(fn=format_response, inputs="text", outputs="text", title="Response Formatter")
31
 
32
  if __name__ == "__main__":
33
- demo.launch(mcp_server=True, share=True)
 
30
  gr.Interface(fn=format_response, inputs="text", outputs="text", title="Response Formatter")
31
 
32
  if __name__ == "__main__":
33
+ demo.launch(share=True)