Spaces:
Runtime error
Runtime error
Dagfinn1962
commited on
Commit
•
05a6f48
1
Parent(s):
5066259
Update app.py
Browse files
app.py
CHANGED
@@ -111,13 +111,14 @@ def call_inf_server(prompt, openai_key):
|
|
111 |
return response
|
112 |
|
113 |
|
114 |
-
with gr.Blocks(
|
115 |
-
theme=gr.themes.Glass(
|
116 |
-
primary_hue="lime",
|
117 |
-
secondary_hue="emerald",
|
118 |
-
neutral_hue="zinc",
|
119 |
|
120 |
),
|
|
|
|
|
|
|
|
|
|
|
121 |
|
122 |
) as demo:
|
123 |
|
|
|
111 |
return response
|
112 |
|
113 |
|
114 |
+
with gr.Blocks(theme='HaleyCH/HaleyCH_Theme'
|
|
|
|
|
|
|
|
|
115 |
|
116 |
),
|
117 |
+
# org :
|
118 |
+
#theme=gr.themes.Glass(
|
119 |
+
#primary_hue="lime",
|
120 |
+
#secondary_hue="emerald",
|
121 |
+
#neutral_hue="zinc",
|
122 |
|
123 |
) as demo:
|
124 |
|