Spaces:
Running
on
Zero
Running
on
Zero
pabl-o-ce
commited on
Commit
·
5687d66
1
Parent(s):
8ee86f5
fix: image adding allowed_path
Browse files
app.py
CHANGED
@@ -276,4 +276,4 @@ demo = gr.ChatInterface(
|
|
276 |
)
|
277 |
|
278 |
if __name__ == "__main__":
|
279 |
-
demo.launch()
|
|
|
276 |
)
|
277 |
|
278 |
if __name__ == "__main__":
|
279 |
+
demo.launch(allowed_paths=["https://huggingface.co/spaces/pabloce/llama-cpp-agent/resolve/main/llama.jpg"])
|