Update app.py
Browse files
app.py
CHANGED
@@ -80,4 +80,4 @@ with gr.Blocks(title="LLM with TTS",head=head) as demo:
|
|
80 |
|
81 |
msg.submit(call_generate_text, [msg, chatbot], [msg, chatbot])
|
82 |
|
83 |
-
demo.launch(allowed_paths=["
|
|
|
80 |
|
81 |
msg.submit(call_generate_text, [msg, chatbot], [msg, chatbot])
|
82 |
|
83 |
+
demo.launch(allowed_paths=["models"])
|