Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|