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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -112,7 +112,9 @@ 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
  # Launch App
117
  # ---------------------------------------------------------------------
118
- demo.launch()
 
 
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
+