mreidy3 commited on
Commit
d28a88e
·
verified ·
1 Parent(s): 8c5f9df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -90,7 +90,7 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
90
  # Set up the Gradio Interface
91
  iface = gr.Interface(
92
  fn=verify, # Function to process input
93
- inputs=[gr.Textbox(label= "Text 1"), gr.Textbox(label= "Text 2"), gr.Textbox(label= "Text"), gr.Textbox(label= "Text 4")], # Input type (Textbox for text)
94
  outputs=gr.Textbox(), # Output type (Textbox for generated text)
95
  live=True # Optional: To update the result as you type
96
  )
 
90
  # Set up the Gradio Interface
91
  iface = gr.Interface(
92
  fn=verify, # Function to process input
93
+ inputs=[gr.Textbox(label= "Text 1"), gr.Textbox(label= "Text 2"), gr.Textbox(label= "Text"), gr.Textbox(label= "Text 4"),gr.Textbox(label= "Text 5"),gr.Textbox(label= "Text 6")], # Input type (Textbox for text)
94
  outputs=gr.Textbox(), # Output type (Textbox for generated text)
95
  live=True # Optional: To update the result as you type
96
  )