tori29umai commited on
Commit
03c9739
·
verified ·
1 Parent(s): cee9ec6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -348,6 +348,7 @@ if __name__ == "__main__":
348
  iface.launch(
349
  share=True,
350
  allowed_paths=["models"],
351
- favicon_path="custom.html"
 
352
  )
353
 
 
348
  iface.launch(
349
  share=True,
350
  allowed_paths=["models"],
351
+ favicon_path="custom.html",
352
+ html=f"<html><head>{custom_js}</head><body><div id='gradio-app'></div></body></html>"
353
  )
354