AlGe commited on
Commit
8c44ab1
·
verified ·
1 Parent(s): 9726745

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="Enter sentence here..."),
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"),