Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -25,8 +25,8 @@ if (!window.hasBeenRun) {
|
|
25 |
}
|
26 |
</script>
|
27 |
"""
|
28 |
-
with open(os.path.join(gr.networking.STATIC_TEMPLATE_LIB, "frontend", "index.html"), "a") as f:
|
29 |
-
f.write(SCRIPT)
|
30 |
try:
|
31 |
hf_hub_download(
|
32 |
repo_id=DATASET_REPO_ID,
|
|
|
25 |
}
|
26 |
</script>
|
27 |
"""
|
28 |
+
#with open(os.path.join(gr.networking.STATIC_TEMPLATE_LIB, "frontend", "index.html"), "a") as f:
|
29 |
+
# f.write(SCRIPT)
|
30 |
try:
|
31 |
hf_hub_download(
|
32 |
repo_id=DATASET_REPO_ID,
|