Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -161,4 +161,4 @@ with gr.Blocks(title="LLM with TTS", head=head) as demo:
|
|
| 161 |
|
| 162 |
if __name__ == "__main__":
|
| 163 |
init()
|
| 164 |
-
demo.launch(allowed_paths=["/
|
|
|
|
| 161 |
|
| 162 |
if __name__ == "__main__":
|
| 163 |
init()
|
| 164 |
+
demo.launch(allowed_paths=["/app/models/ljspeech_sim.onnx"], share=True)
|