Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -48,7 +48,7 @@ def update_chat(input_text):
|
|
48 |
iface = gr.Interface(
|
49 |
fn=update_chat,
|
50 |
inputs=gr.Textbox(),
|
51 |
-
outputs=gr.Textbox(
|
52 |
live=True,
|
53 |
title="Chat with GPT-3.5-turbo"
|
54 |
)
|
|
|
48 |
iface = gr.Interface(
|
49 |
fn=update_chat,
|
50 |
inputs=gr.Textbox(),
|
51 |
+
outputs=gr.Textbox(),
|
52 |
live=True,
|
53 |
title="Chat with GPT-3.5-turbo"
|
54 |
)
|