Spaces:
Runtime error
Runtime error
Dagfinn1962
commited on
Commit
•
e98cbea
1
Parent(s):
b197f55
Update app.py
Browse files
app.py
CHANGED
@@ -111,7 +111,7 @@ def call_inf_server(prompt, openai_key):
|
|
111 |
return response
|
112 |
|
113 |
|
114 |
-
with gr.Blocks(theme='HaleyCH/HaleyCH_Theme')
|
115 |
# org :
|
116 |
#theme=gr.themes.Glass(
|
117 |
#primary_hue="lime",
|
|
|
111 |
return response
|
112 |
|
113 |
|
114 |
+
with gr.Blocks(theme='HaleyCH/HaleyCH_Theme') as demo:
|
115 |
# org :
|
116 |
#theme=gr.themes.Glass(
|
117 |
#primary_hue="lime",
|