update
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
"""
|
10 |
|
11 |
HuggingFace = True
|
12 |
-
update_model_id =
|
13 |
base_download_path = "downloaded"
|
14 |
|
15 |
if HuggingFace is False:
|
|
|
9 |
"""
|
10 |
|
11 |
HuggingFace = True
|
12 |
+
update_model_id = None
|
13 |
base_download_path = "downloaded"
|
14 |
|
15 |
if HuggingFace is False:
|