Spaces:
Runtime error
Runtime error
Update config.py
Browse files
config.py
CHANGED
@@ -5,7 +5,7 @@ model_link = snapshot_download(repo_id="FFZG-cleopatra/Croatian-News-Classifier"
|
|
5 |
# model_link = hf_hub_download(repo_id="FFZG-cleopatra/Croatian-News-Classifier",filename = "pytorch_model.bin")
|
6 |
|
7 |
print(os.listdir())
|
8 |
-
model_name =
|
9 |
|
10 |
print("model-name:",model_name)
|
11 |
|
|
|
5 |
# model_link = hf_hub_download(repo_id="FFZG-cleopatra/Croatian-News-Classifier",filename = "pytorch_model.bin")
|
6 |
|
7 |
print(os.listdir())
|
8 |
+
model_name = "FFZG-cleopatra/dummy-model" #"FFZG-cleopatra/Croatian-News-Classifier"
|
9 |
|
10 |
print("model-name:",model_name)
|
11 |
|