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