LiveEvil commited on
Commit
12f97d2
1 Parent(s): 944b225

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-beta",
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,