Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
25 |
-
outputs=gr.Textbox(label="
|
26 |
title="Financial AI Chatbot",
|
27 |
-
description="Fine-tuned Falcon 7B Model
|
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__":
|