Bils commited on
Commit
bd94da8
·
verified ·
1 Parent(s): cc51a88

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -112,9 +112,7 @@ with gr.Blocks() as demo:
112
  inputs=[user_prompt, llama_model_id, hf_token, audio_length],
113
  outputs=[script_output, audio_output])
114
 
115
-
116
  # ---------------------------------------------------------------------
117
  # Launch App
118
  # ---------------------------------------------------------------------
119
- demo.launch(share=True, enable_queue=True)
120
-
 
112
  inputs=[user_prompt, llama_model_id, hf_token, audio_length],
113
  outputs=[script_output, audio_output])
114
 
 
115
  # ---------------------------------------------------------------------
116
  # Launch App
117
  # ---------------------------------------------------------------------
118
+ demo.launch(share=True)