Akjava commited on
Commit
48ca07d
·
verified ·
1 Parent(s): 21e42fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -80,5 +80,7 @@ with gr.Blocks(title="LLM with TTS",head=head) as demo:
80
 
81
  msg.submit(call_generate_text, [msg, chatbot], [msg, chatbot])
82
 
83
-
 
 
84
  demo.launch(allowed_paths=["/home/user/app/models"])
 
80
 
81
  msg.submit(call_generate_text, [msg, chatbot], [msg, chatbot])
82
 
83
+ import os
84
+ print(os.listdir("/home/user/app/"))
85
+ print(os.listdir("/home/user/app/models"))
86
  demo.launch(allowed_paths=["/home/user/app/models"])