Spaces:
Build error
Build error
feat: add png
Browse files
app.py
CHANGED
|
@@ -167,4 +167,4 @@ with gr.Blocks(theme="apriel", css=css) as demo:
|
|
| 167 |
if __name__ == "__main__":
|
| 168 |
with timer("All tasks"):
|
| 169 |
# demo.launch(mcp_server=True)
|
| 170 |
-
demo.launch(share=True)
|
|
|
|
| 167 |
if __name__ == "__main__":
|
| 168 |
with timer("All tasks"):
|
| 169 |
# demo.launch(mcp_server=True)
|
| 170 |
+
demo.launch(share=True, allowed_paths=["title.png"])
|