Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ def generate_response(dialog):
|
|
26 |
|
27 |
iface = gr.Interface(
|
28 |
fn=generate_response,
|
29 |
-
inputs=gr.Textbox(
|
30 |
outputs=gr.Textbox(),
|
31 |
live=True,
|
32 |
title="Chat with GPT-3.5-turbo",
|
|
|
26 |
|
27 |
iface = gr.Interface(
|
28 |
fn=generate_response,
|
29 |
+
inputs=gr.Textbox(),
|
30 |
outputs=gr.Textbox(),
|
31 |
live=True,
|
32 |
title="Chat with GPT-3.5-turbo",
|