Spaces:
Runtime error
Runtime error
Dagfinn1962
commited on
Commit
•
a33ec85
1
Parent(s):
7361517
Update app.py
Browse files
app.py
CHANGED
@@ -111,10 +111,7 @@ def call_inf_server(prompt, openai_key):
|
|
111 |
return response
|
112 |
|
113 |
|
114 |
-
with gr.Blocks(
|
115 |
-
theme=gr.themes.Soft(),
|
116 |
-
css=".disclaimer {font-variant-caps: all-small-caps;}",
|
117 |
-
) as demo:
|
118 |
gr.Markdown(
|
119 |
"""<h1><center>Chat with gpt-3.5-turbo</center></h1>
|
120 |
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.
|
|
|
111 |
return response
|
112 |
|
113 |
|
114 |
+
with gr.Blocks(theme='HaleyCH/HaleyCH_Theme') as demo:
|
|
|
|
|
|
|
115 |
gr.Markdown(
|
116 |
"""<h1><center>Chat with gpt-3.5-turbo</center></h1>
|
117 |
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.
|