CryptoCreeper commited on
Commit
72c5a93
·
verified ·
1 Parent(s): ecda46a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -169,4 +169,4 @@ with gr.Blocks(css=creeper_css, title="CREEPER AI HUB") as demo:
169
  tts_btn.click(tts_logic, [tts_in, voice_sel, style_in, gr.State(True)], [aud_out, tts_status])
170
 
171
  if __name__ == "__main__":
172
- demo.launch()
 
169
  tts_btn.click(tts_logic, [tts_in, voice_sel, style_in, gr.State(True)], [aud_out, tts_status])
170
 
171
  if __name__ == "__main__":
172
+ demo.launch(mcp_server=False)