Akjava commited on
Commit
9c6b9bb
·
verified ·
1 Parent(s): 5655374

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = __file__#os.getcwd()
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)