Spaces:
Sleeping
Sleeping
app16
Browse files
app.py
CHANGED
|
@@ -119,7 +119,6 @@ chatbot_gradio_app = gr.Interface(
|
|
| 119 |
fn=chat_interface,
|
| 120 |
inputs=[
|
| 121 |
gr.inputs.Textbox(lines=1, label="Question"),
|
| 122 |
-
gr.inputs.Textbox(lines=5, label="Chat History"),
|
| 123 |
],
|
| 124 |
outputs="text"
|
| 125 |
)
|
|
|
|
| 119 |
fn=chat_interface,
|
| 120 |
inputs=[
|
| 121 |
gr.inputs.Textbox(lines=1, label="Question"),
|
|
|
|
| 122 |
],
|
| 123 |
outputs="text"
|
| 124 |
)
|