Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.
|
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."
|