change dir
Browse files
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")])
|