BioMike commited on
Commit
b8511bf
1 Parent(s): b5539d3

Update interfaces/main_pipeline.py

Browse files
Files changed (1) hide show
  1. interfaces/main_pipeline.py +1 -1
interfaces/main_pipeline.py CHANGED
@@ -79,7 +79,7 @@ def classification(
79
 
80
  with gr.Blocks(title="GLiClass-small-v1.0") as main_pipeline:
81
  input_text = gr.Textbox(
82
- value=examples[0][0], label="Text input", placeholder="Enter your text here"
83
  )
84
  with gr.Row() as row:
85
  labels = gr.Textbox(
 
79
 
80
  with gr.Blocks(title="GLiClass-small-v1.0") as main_pipeline:
81
  input_text = gr.Textbox(
82
+ value=examples[0][0], label="Text input", placeholder="Enter your text here", lines=10
83
  )
84
  with gr.Row() as row:
85
  labels = gr.Textbox(