akhaliq HF staff commited on
Commit
9b9a758
1 Parent(s): ca94ff5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(enable_queue=True,cache_examples=True)
 
6
 
7
  examples=[["The goal of life is <mask>."]]
8
 
9
+ gr.Interface.load("huggingface/roberta-base",title=title,description=description,examples=examples).launch()