Spaces:
Sleeping
Sleeping
CryptoCreeper commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -154,4 +154,4 @@ with gr.Blocks(css=creeper_css, title="CREEPER AI HUB") as demo:
|
|
| 154 |
tts_btn.click(fn=tts_logic, inputs=[tts_input, voice_select, style_instruct, auto_lang], outputs=[audio_output, status_info])
|
| 155 |
|
| 156 |
if __name__ == "__main__":
|
| 157 |
-
demo.launch(
|
|
|
|
| 154 |
tts_btn.click(fn=tts_logic, inputs=[tts_input, voice_select, style_instruct, auto_lang], outputs=[audio_output, status_info])
|
| 155 |
|
| 156 |
if __name__ == "__main__":
|
| 157 |
+
demo.launch()
|