Tonic commited on
Commit
af02377
1 Parent(s): cd44482

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -56,7 +56,6 @@ iface = gr.Interface(
56
  fn=query_vectara,
57
  inputs=[gr.Textbox(label="Input Text"), gr.File(label="Upload a file")],
58
  outputs=gr.Textbox(label="Output Text"),
59
- examples=["Hello", "What is the weather today?", "Tell me a joke"],
60
  title="Vectara Chatbot",
61
  description="Ask me anything using the Vectara API!"
62
  )
 
56
  fn=query_vectara,
57
  inputs=[gr.Textbox(label="Input Text"), gr.File(label="Upload a file")],
58
  outputs=gr.Textbox(label="Output Text"),
 
59
  title="Vectara Chatbot",
60
  description="Ask me anything using the Vectara API!"
61
  )