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