wintergw commited on
Commit
965e2e8
·
verified ·
1 Parent(s): 10fd8fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -7
app.py CHANGED
@@ -23,13 +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="app2.py",
27
- repo_type=REPO_TYPE
28
- )
29
-
30
- functions_path = hf_hub_download(
31
- repo_id=REPO_ID,
32
- filename="optmodel.py",
33
  repo_type=REPO_TYPE
34
  )
35
 
 
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