r3gm commited on
Commit
f468048
·
verified ·
1 Parent(s): 4e99961

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -181,4 +181,5 @@ with gr.Blocks(title="Professional FPS Booster") as app:
181
  if __name__ == "__main__":
182
  app.launch(
183
  theme=gr.themes.Soft(),
 
184
  )
 
181
  if __name__ == "__main__":
182
  app.launch(
183
  theme=gr.themes.Soft(),
184
+ mcp_server=True,
185
  )