awacke1 commited on
Commit
c145be9
1 Parent(s): 328031b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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,