wintergw commited on
Commit
5dcb9ea
·
verified ·
1 Parent(s): c343ff8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ REPO_TYPE = "space"
14
  # Download specific files (if snapshot_download wasn't used)
15
  app_path = hf_hub_download(
16
  repo_id=REPO_ID,
17
- filename="app2.py",
18
  repo_type=REPO_TYPE
19
  )
20
 
 
14
  # Download specific files (if snapshot_download wasn't used)
15
  app_path = hf_hub_download(
16
  repo_id=REPO_ID,
17
+ filename="app.py",
18
  repo_type=REPO_TYPE
19
  )
20