Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -29,8 +29,7 @@ iface = gr.Interface(
|
|
29 |
inputs=gr.Textbox(),
|
30 |
outputs=gr.Textbox(),
|
31 |
live=True,
|
32 |
-
title="Chat with GPT-3.5-turbo"
|
33 |
-
layout="vertical",
|
34 |
)
|
35 |
|
36 |
iface.launch()
|
|
|
29 |
inputs=gr.Textbox(),
|
30 |
outputs=gr.Textbox(),
|
31 |
live=True,
|
32 |
+
title="Chat with GPT-3.5-turbo"
|
|
|
33 |
)
|
34 |
|
35 |
iface.launch()
|