Akjava commited on
Commit
21e42fb
·
verified ·
1 Parent(s): 83c68a5

Update app.py

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