Chegue100 commited on
Commit
b2e8865
·
verified ·
1 Parent(s): 6efcab4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ def chat(question):
18
  # Set up the Gradio interface
19
  iface = gr.Interface(
20
  fn=chat,
21
- inputs=gr.inputs.Textbox(lines=2, placeholder="Type your question here..."),
22
  outputs="text",
23
  title="Hungarian Chatbot",
24
  description="Ask questions in Hungarian and get answers from the SambaLingo-Hungarian-Chat model."
 
18
  # Set up the Gradio interface
19
  iface = gr.Interface(
20
  fn=chat,
21
+ inputs=gr.Textbox(lines=2, placeholder="Type your question here..."),
22
  outputs="text",
23
  title="Hungarian Chatbot",
24
  description="Ask questions in Hungarian and get answers from the SambaLingo-Hungarian-Chat model."