Update app.py
Browse files
app.py
CHANGED
@@ -79,7 +79,7 @@ examples = [
|
|
79 |
# Define Gradio interface
|
80 |
iface = gr.Interface(
|
81 |
fn=all,
|
82 |
-
inputs=gr.Textbox(lines=5, label="Input Text",placeholder="
|
83 |
outputs=[
|
84 |
gr.HighlightedText(label="Binary Sequence Classification"),
|
85 |
gr.HighlightedText(label="Extended Sequence Classification"),
|
|
|
79 |
# Define Gradio interface
|
80 |
iface = gr.Interface(
|
81 |
fn=all,
|
82 |
+
inputs=gr.Textbox(lines=5, label="Input Text",placeholder="Write about how your breakfast went or anything else ..."),
|
83 |
outputs=[
|
84 |
gr.HighlightedText(label="Binary Sequence Classification"),
|
85 |
gr.HighlightedText(label="Extended Sequence Classification"),
|