Spaces:
Running
Running
vickeee465
commited on
Commit
·
6c5318d
1
Parent(s):
7edf01a
ups3
Browse files- interfaces/manifesto.py +1 -1
interfaces/manifesto.py
CHANGED
@@ -39,7 +39,7 @@ def build_huggingface_path(language: str):
|
|
39 |
return "poltextlab/xlm-roberta-large-manifesto"
|
40 |
|
41 |
def predict(text, model_id, tokenizer_id):
|
42 |
-
gr.Info(os.listdir("/data/"))
|
43 |
|
44 |
device = torch.device("cpu")
|
45 |
with m("Loading model"):
|
|
|
39 |
return "poltextlab/xlm-roberta-large-manifesto"
|
40 |
|
41 |
def predict(text, model_id, tokenizer_id):
|
42 |
+
gr.Info("\n".join(os.listdir("/data/")))
|
43 |
|
44 |
device = torch.device("cpu")
|
45 |
with m("Loading model"):
|