mewton commited on
Commit
aa4da3b
·
verified ·
1 Parent(s): 978a720

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -21,10 +21,10 @@ def generate_response(prompt):
21
  # Gradio Interface
22
  interface = gr.Interface(
23
  fn=generate_response,
24
- inputs=gr.Textbox(label="Masukkan pertanyaan finansial"),
25
- outputs=gr.Textbox(label="Jawaban AI"),
26
  title="Financial AI Chatbot",
27
- description="Fine-tuned Falcon 7B Model untuk QnA Finansial."
28
  )
29
 
30
  if __name__ == "__main__":
 
21
  # Gradio Interface
22
  interface = gr.Interface(
23
  fn=generate_response,
24
+ inputs=gr.Textbox(label="Ask AI"),
25
+ outputs=gr.Textbox(label="Answer"),
26
  title="Financial AI Chatbot",
27
+ description="Fine-tuned Falcon 7B Model for QnA Finansial."
28
  )
29
 
30
  if __name__ == "__main__":