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