Spaces:
Runtime error
Runtime error
Dagfinn1962
commited on
Commit
•
d897013
1
Parent(s):
69668dd
Update app.py
Browse files
app.py
CHANGED
@@ -124,6 +124,8 @@ with gr.Blocks(
|
|
124 |
neutral_900="#7c2d12",
|
125 |
neutral_950="#6c2e12"),
|
126 |
) as demo:
|
|
|
|
|
127 |
gr.Markdown(
|
128 |
"""<h1><center>Chat with gpt-3.5-turbo</center></h1>
|
129 |
This is a lightweight demo of gpt-3.5-turbo conversation completion. It was designed as a template for in-context learning applications to be built on top of.
|
|
|
124 |
neutral_900="#7c2d12",
|
125 |
neutral_950="#6c2e12"),
|
126 |
) as demo:
|
127 |
+
|
128 |
+
)
|
129 |
gr.Markdown(
|
130 |
"""<h1><center>Chat with gpt-3.5-turbo</center></h1>
|
131 |
This is a lightweight demo of gpt-3.5-turbo conversation completion. It was designed as a template for in-context learning applications to be built on top of.
|