Penality commited on
Commit
e8381dd
·
verified ·
1 Parent(s): 25d938b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -184,7 +184,7 @@ def helloWorld(text):
184
 
185
  # Gradio Interface
186
  iface = gr.Interface(
187
- fn=[ chatbot, helloWorld ],
188
  inputs=[gr.File(label="Upload PDF"), gr.Textbox(label="Ask a Question")],
189
  outputs=gr.Textbox(label="Answer"),
190
  title="PDF Q&A Chatbot (Powered by Together.AI)"
 
184
 
185
  # Gradio Interface
186
  iface = gr.Interface(
187
+ fn=[chatbot, helloWorld],
188
  inputs=[gr.File(label="Upload PDF"), gr.Textbox(label="Ask a Question")],
189
  outputs=gr.Textbox(label="Answer"),
190
  title="PDF Q&A Chatbot (Powered by Together.AI)"