Spaces:
Runtime error
Runtime error
Dagfinn1962
commited on
Commit
•
4034436
1
Parent(s):
1b608b1
Update app.py
Browse files
app.py
CHANGED
@@ -120,6 +120,7 @@ with gr.Blocks(
|
|
120 |
# ----- To here ---<
|
121 |
|
122 |
) as demo:
|
|
|
123 |
gr.Markdown(
|
124 |
"""<h1><center>Chat with gpt-3.5-turbo</center></h1>
|
125 |
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.
|
|
|
120 |
# ----- To here ---<
|
121 |
|
122 |
) as demo:
|
123 |
+
)
|
124 |
gr.Markdown(
|
125 |
"""<h1><center>Chat with gpt-3.5-turbo</center></h1>
|
126 |
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.
|