Spaces:
Paused
Paused
Update app.py
Browse files
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 |
)
|