Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ def generate_response(user_input):
|
|
25 |
# Create a Gradio interface
|
26 |
iface = gr.Interface(
|
27 |
fn=generate_response,
|
28 |
-
inputs=
|
29 |
outputs="text",
|
30 |
title="AIML Q&A Chatbot",
|
31 |
description="Ask questions related to AIML and get answers from the fine-tuned Llama model."
|
|
|
25 |
# Create a Gradio interface
|
26 |
iface = gr.Interface(
|
27 |
fn=generate_response,
|
28 |
+
inputs="textbox",
|
29 |
outputs="text",
|
30 |
title="AIML Q&A Chatbot",
|
31 |
description="Ask questions related to AIML and get answers from the fine-tuned Llama model."
|