wintergw commited on
Commit
62cbe4e
·
verified ·
1 Parent(s): 544d134

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ sys.path.append(repo_dir)
23
  # Download specific files (if snapshot_download wasn't used)
24
  app_path = hf_hub_download(
25
  repo_id=REPO_ID,
26
- filename="app.py",
27
  repo_type=REPO_TYPE
28
  )
29
 
 
23
  # Download specific files (if snapshot_download wasn't used)
24
  app_path = hf_hub_download(
25
  repo_id=REPO_ID,
26
+ filename="app2.py",
27
  repo_type=REPO_TYPE
28
  )
29