papluca commited on
Commit
3ea797a
1 Parent(s): 4384641

Fix model name

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ examples = [
11
  ]
12
 
13
  app = gr.Interface.load(
14
- "huggingface/papluca/xlm-roberta-base-finetuned-language-detection",
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
  )