Jake-seong commited on
Commit
5286693
·
verified ·
1 Parent(s): 63fb472

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -315,6 +315,5 @@ with gr.Blocks() as demo:
315
 
316
  if __name__ == "__main__":
317
  demo.launch(
318
- mcp_server=True,
319
- root_path="/"
320
  )
 
315
 
316
  if __name__ == "__main__":
317
  demo.launch(
318
+ mcp_server=True
 
319
  )