wintergw commited on
Commit
375a650
·
verified ·
1 Parent(s): 7f5093b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ sys.path.append(repo_dir)
53
  # Download specific files (if snapshot_download wasn't used)
54
  app_path = hf_hub_download(
55
  repo_id=REPO_ID,
56
- filename="app.py",
57
  repo_type=REPO_TYPE
58
  )
59
 
 
53
  # Download specific files (if snapshot_download wasn't used)
54
  app_path = hf_hub_download(
55
  repo_id=REPO_ID,
56
+ filename="app3.py",
57
  repo_type=REPO_TYPE
58
  )
59