Update app.py
Browse files
app.py
CHANGED
@@ -81,7 +81,7 @@ with gr.Blocks(title="LLM with TTS",head=head) as demo:
|
|
81 |
msg.submit(call_generate_text, [msg, chatbot], [msg, chatbot])
|
82 |
|
83 |
import os
|
84 |
-
pwd =
|
85 |
#print(pwd)
|
86 |
path=(os.path.join(pwd,"models"))
|
87 |
print(path)
|
|
|
81 |
msg.submit(call_generate_text, [msg, chatbot], [msg, chatbot])
|
82 |
|
83 |
import os
|
84 |
+
pwd = "/home/user/app/" #os.getcwd()
|
85 |
#print(pwd)
|
86 |
path=(os.path.join(pwd,"models"))
|
87 |
print(path)
|