Update app.py
Browse files
app.py
CHANGED
@@ -83,4 +83,4 @@ with gr.Blocks(title="LLM with TTS",head=head) as demo:
|
|
83 |
import os
|
84 |
print(os.listdir("/home/user/app/"))
|
85 |
print(os.listdir("/home/user/app/models"))
|
86 |
-
demo.launch(allowed_paths=["/home/user/app/models"])
|
|
|
83 |
import os
|
84 |
print(os.listdir("/home/user/app/"))
|
85 |
print(os.listdir("/home/user/app/models"))
|
86 |
+
demo.launch(allowed_paths=["/home/user/app/models/ljspeech_sim.onnx"])
|