Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
|
|
3 |
title = "contextxla"
|
4 |
description = "This is the official gradio demo for ContextXLA, the best language classification AI to be built."
|
5 |
gr.Interface.load(
|
6 |
-
"huggingface/datasciencemmw/current-
|
7 |
inputs="text",
|
8 |
title=title,
|
9 |
description=description,
|
|
|
3 |
title = "contextxla"
|
4 |
description = "This is the official gradio demo for ContextXLA, the best language classification AI to be built."
|
5 |
gr.Interface.load(
|
6 |
+
"huggingface/datasciencemmw/current-best",
|
7 |
inputs="text",
|
8 |
title=title,
|
9 |
description=description,
|