Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -141,11 +141,11 @@ def infer(
|
|
141 |
|
142 |
examples = [
|
143 |
"A realistic photograph of an astronaut in a jungle, cold color palette, detailed, 8k",
|
144 |
-
"
|
145 |
]
|
146 |
|
147 |
theme = gr.themes.Soft(
|
148 |
-
font=[gr.themes.GoogleFont('
|
149 |
)
|
150 |
js_func = """
|
151 |
function refresh() {
|
|
|
141 |
|
142 |
examples = [
|
143 |
"A realistic photograph of an astronaut in a jungle, cold color palette, detailed, 8k",
|
144 |
+
"A unicorn inside a cave",
|
145 |
]
|
146 |
|
147 |
theme = gr.themes.Soft(
|
148 |
+
font=[gr.themes.GoogleFont('Pacifico'), gr.themes.GoogleFont('Public Sans'), 'system-ui', 'sans-serif'],
|
149 |
)
|
150 |
js_func = """
|
151 |
function refresh() {
|