LPX55 commited on
Commit
337713d
·
verified ·
1 Parent(s): 00675f8

Update app_v3.py

Browse files
Files changed (1) hide show
  1. app_v3.py +1 -1
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)