akhaliq HF staff commited on
Commit
03f9d55
·
1 Parent(s): 3f40ba1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ article = "<p style='text-align: center'><a href='https://arxiv.org/abs/1907.116
5
 
6
 
7
 
8
- gr.Interface.load("huggingface/roberta-base", inputs=gr.inputs.Textbox(lines=5), description=description, article=article, analytics_enabled=False, examples=[
9
  ["Life is like a box of <mask>"],
10
  ["The capital of France is <mask>"]
11
  ]).launch()
 
5
 
6
 
7
 
8
+ gr.Interface.load("huggingface/roberta-large", inputs=gr.inputs.Textbox(lines=5), description=description, article=article, analytics_enabled=False, examples=[
9
  ["Life is like a box of <mask>"],
10
  ["The capital of France is <mask>"]
11
  ]).launch()