Arri98 commited on
Commit
0c8b267
1 Parent(s): 5c4beb6

Try to serve logo 2

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/"], show_api=False, share=True)
246