GSridhar1982 commited on
Commit
edc2e4f
·
verified ·
1 Parent(s): b03c48b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=gr.inputs.Textbox(lines=2, placeholder="Enter your question here..."),
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."