Spaces:
Running
Running
Try to serve logo 3
Browse files
app.py
CHANGED
@@ -242,5 +242,5 @@ Este space es parte de un proyecto de investigaci贸n para estudiar c贸mo el cono
|
|
242 |
)
|
243 |
|
244 |
if __name__ == "__main__":
|
245 |
-
demo.launch(allowed_paths=["static/", "/static", "/home/user/app/static/"], show_api=False, share=True)
|
246 |
|
|
|
242 |
)
|
243 |
|
244 |
if __name__ == "__main__":
|
245 |
+
demo.launch(allowed_paths=["static/", "/static", "/home/user/app/static/", "/home/user/app/static/logo.png.", "/home/user/app/static/logo.png"], show_api=False, share=True)
|
246 |
|