Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
micole66
/
electra
like
1
Runtime error
App
Files
Files
Community
micole66
commited on
Jan 26, 2022
Commit
34eae07
•
1 Parent(s):
fcee386
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,2 +1,2 @@
1
import gradio as gr
2
-
gr.Interface.load("huggingface/
sentence-transformers
/
paraphrase-
xlm-
r
-
multilingual
-
v1
").launch()
1
import gradio as gr
2
+
gr.Interface.load("huggingface/
vicgalle
/xlm-
roberta
-
large
-
xnli-anli
").launch()