Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ def query_vectara(question, chat_history, uploaded_file):
|
|
55 |
iface = gr.Interface(
|
56 |
fn=query_vectara,
|
57 |
inputs=[gr.Textbox(label="Input Text"), gr.File(label="Upload a file")],
|
58 |
-
outputs=gr.Textbox(
|
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!",
|
|
|
55 |
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!",
|