Spaces:
Sleeping
Sleeping
FridayMaster
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -19,8 +19,8 @@ def generate_response(prompt):
|
|
19 |
# Create a Gradio interface
|
20 |
iface = gr.Interface(
|
21 |
fn=generate_response,
|
22 |
-
inputs=gr.
|
23 |
-
outputs=gr.
|
24 |
title="Chatbot Interface",
|
25 |
description="Interact with the fine-tuned chatbot model."
|
26 |
)
|
|
|
19 |
# Create a Gradio interface
|
20 |
iface = gr.Interface(
|
21 |
fn=generate_response,
|
22 |
+
inputs=gr.Textbox(label="Enter your message", placeholder="Type something here..."),
|
23 |
+
outputs=gr.Textbox(label="Response"),
|
24 |
title="Chatbot Interface",
|
25 |
description="Interact with the fine-tuned chatbot model."
|
26 |
)
|