zenafey commited on
Commit
489885d
·
verified ·
1 Parent(s): 2ef00d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,4 +7,4 @@ with gr.Blocks(fill_height=True) as demo:
7
  button = gr.LoginButton("Sign in")
8
  gr.load("models/Qwen/Qwen3-Coder-480B-A35B-Instruct", accept_token=button, provider="novita")
9
 
10
- demo.launch()
 
7
  button = gr.LoginButton("Sign in")
8
  gr.load("models/Qwen/Qwen3-Coder-480B-A35B-Instruct", accept_token=button, provider="novita")
9
 
10
+ demo.launch(mcp_server=True)