Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -21,6 +21,8 @@ if (!window.hasBeenRun) {
|
|
21 |
}
|
22 |
</script>
|
23 |
"""
|
|
|
|
|
24 |
|
25 |
try:
|
26 |
hf_hub_download(
|
|
|
21 |
}
|
22 |
</script>
|
23 |
"""
|
24 |
+
with open(os.path.join(gr.networking.STATIC_TEMPLATE_LIB, "frontend", "index.html"), "a") as f:
|
25 |
+
f.write(SCRIPT)
|
26 |
|
27 |
try:
|
28 |
hf_hub_download(
|