Create app.py
Browse files
app.py
ADDED
@@ -0,0 +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.inputs.Textbox(label="Input", default="This is a great [MASK].")).launch()
|