Genis commited on
Commit
feccf0e
·
verified ·
1 Parent(s): 227b341

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from collections import Counter
7
 
8
  from huggingface_hub import hf_hub_download, login
9
  login(token=os.getenv('LOGIN_TOKEN'))
10
- hf_hub_download(repo_id="giniwini/model_creator", filename="ModelCreator.py", )
11
 
12
  from ModelCreator import Model
13
 
 
7
 
8
  from huggingface_hub import hf_hub_download, login
9
  login(token=os.getenv('LOGIN_TOKEN'))
10
+ hf_hub_download(repo_id="giniwini/model_creator", filename="ModelCreator.py", local_dir='.')
11
 
12
  from ModelCreator import Model
13