Spaces:
Sleeping
Sleeping
Genis
commited on
Update app.py
Browse files
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 |
|