update
Browse files
app.py
CHANGED
@@ -44,8 +44,7 @@ demo = gr.Interface(
|
|
44 |
fn=predict,
|
45 |
inputs=gr.inputs.Textbox(
|
46 |
lines=5,
|
47 |
-
placeholder="Input
|
48 |
-
default=examples[0],
|
49 |
),
|
50 |
outputs="html",
|
51 |
examples=examples
|
|
|
44 |
fn=predict,
|
45 |
inputs=gr.inputs.Textbox(
|
46 |
lines=5,
|
47 |
+
placeholder="Input sentence...",
|
|
|
48 |
),
|
49 |
outputs="html",
|
50 |
examples=examples
|