Spaces:
Runtime error
Runtime error
akh1r0ck
commited on
Commit
·
cf6015f
1
Parent(s):
c16e56c
[update]
Browse files
app.py
CHANGED
@@ -125,16 +125,15 @@ def from_image_files(images, text_class_name):
|
|
125 |
|
126 |
if __name__=="__main__":
|
127 |
|
128 |
-
custom_theme = gr.themes.
|
129 |
-
|
130 |
-
neutral_hue="indigo",
|
131 |
)
|
132 |
|
133 |
with gr.Blocks(
|
134 |
theme=custom_theme,
|
135 |
-
css=".gradio-container {\
|
136 |
-
|
137 |
-
}"
|
138 |
) as demo:
|
139 |
|
140 |
|
|
|
125 |
|
126 |
if __name__=="__main__":
|
127 |
|
128 |
+
custom_theme = gr.themes.Soft(
|
129 |
+
neutral_hue="sky",
|
|
|
130 |
)
|
131 |
|
132 |
with gr.Blocks(
|
133 |
theme=custom_theme,
|
134 |
+
# css=".gradio-container {\
|
135 |
+
# background: url('file=./assets/codioful-formerly-gradienta-bKESVqfxass-unsplash.jpg')\
|
136 |
+
# }"
|
137 |
) as demo:
|
138 |
|
139 |
|