Update app.py
Browse files
app.py
CHANGED
@@ -6,4 +6,4 @@ description="Gradio demo for RoBERTa"
|
|
6 |
|
7 |
examples=[["The goal of life is <mask>."]]
|
8 |
|
9 |
-
gr.Interface.load("huggingface/roberta-base",title=title,description=description,examples=examples).launch(
|
|
|
6 |
|
7 |
examples=[["The goal of life is <mask>."]]
|
8 |
|
9 |
+
gr.Interface.load("huggingface/roberta-base",title=title,description=description,examples=examples).launch()
|