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

Update app.py

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