Spaces:
Running
on
Zero
Running
on
Zero
Update app_v3.py
Browse files
app_v3.py
CHANGED
@@ -228,4 +228,4 @@ with gr.Blocks(title="FLUX Turbo Upscaler", fill_height=True) as demo:
|
|
228 |
outputs=[prompt]
|
229 |
)
|
230 |
|
231 |
-
demo.launch(show_error=True)
|
|
|
228 |
outputs=[prompt]
|
229 |
)
|
230 |
|
231 |
+
demo.launch(mcp_server=True, show_error=True)
|