Akjava commited on
Commit
e7fc6f8
·
1 Parent(s): bc68f27

change dir

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -186,5 +186,5 @@ with gr.Blocks(title="LLM with TTS",head=head) as demo:
186
 
187
  import os
188
  dir ="/home/user/app/"
189
- dir = "C:\\Users\\owner\\Documents\\pythons\\huggingface\\mistral-7b-v0.3-matcha-tts-en"
190
  demo.launch(allowed_paths=[os.path.join(dir,"models","ljspeech_sim.onnx")])
 
186
 
187
  import os
188
  dir ="/home/user/app/"
189
+ #dir = "C:\\Users\\owner\\Documents\\pythons\\huggingface\\mistral-7b-v0.3-matcha-tts-en"
190
  demo.launch(allowed_paths=[os.path.join(dir,"models","ljspeech_sim.onnx")])