Spaces:
Runtime error
Runtime error
Fix model name
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ examples = [
|
|
11 |
]
|
12 |
|
13 |
app = gr.Interface.load(
|
14 |
-
"huggingface/papluca/xlm-roberta-base-
|
15 |
description=description,
|
16 |
examples=examples,
|
17 |
)
|
|
|
11 |
]
|
12 |
|
13 |
app = gr.Interface.load(
|
14 |
+
"huggingface/papluca/xlm-roberta-base-language-detection",
|
15 |
description=description,
|
16 |
examples=examples,
|
17 |
)
|