Akjava commited on
Commit
b7143ad
·
verified ·
1 Parent(s): da7ffa9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=["/home/user/app/models/ljspeech_sim.onnx"], share=True)
 
161
 
162
  if __name__ == "__main__":
163
  init()
164
+ demo.launch(allowed_paths=["/app/models/ljspeech_sim.onnx"], share=True)