dawood HF staff commited on
Commit
aef9c88
1 Parent(s): 6185c97

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,4 +1,4 @@
1
  import gradio as gr
2
 
3
- gr.Interface.load("huggingface/huggingface-course/distilbert-base-uncased-finetuned-imdb", title=None, inputs=gr.Textbox(label="Input", default_value="This is a great [MASK].")).launch()
4
 
1
  import gradio as gr
2
 
3
+ gr.Interface.load("huggingface/huggingface-course/distilbert-base-uncased-finetuned-imdb", title=None, inputs=gr.Textbox(label="Input", value="This is a great [MASK].")).launch()
4