Jake-seong commited on
Commit
7006b64
·
verified ·
1 Parent(s): 3762f5c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -315,7 +315,5 @@ with gr.Blocks() as demo:
315
 
316
  if __name__ == "__main__":
317
  demo.launch(
318
- mcp_server=True,
319
- server_name="gradio_api",
320
- server_port=7860
321
  )
 
315
 
316
  if __name__ == "__main__":
317
  demo.launch(
318
+ mcp_server=True
 
 
319
  )