Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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 |
+
|