wintergw commited on
Commit
edeae33
·
verified ·
1 Parent(s): dbdd14d

Update app.py

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