Spaces:
Runtime error
Runtime error
akh1r0ck
commited on
Commit
·
ffc97ce
1
Parent(s):
bd4de34
[update]chage font-color
Browse files
app.py
CHANGED
@@ -118,9 +118,15 @@ def from_image_files(images, text_class_name):
|
|
118 |
|
119 |
if __name__=="__main__":
|
120 |
|
121 |
-
|
|
|
|
|
|
|
122 |
with gr.Blocks(
|
123 |
-
|
|
|
|
|
|
|
124 |
) as demo:
|
125 |
|
126 |
|
|
|
118 |
|
119 |
if __name__=="__main__":
|
120 |
|
121 |
+
theme = gr.themes.Default(
|
122 |
+
neutral_hue="slate",
|
123 |
+
)
|
124 |
+
|
125 |
with gr.Blocks(
|
126 |
+
theme=theme,
|
127 |
+
css=".gradio-container {\
|
128 |
+
background: url('file=./assets/codioful-formerly-gradienta-bKESVqfxass-unsplash.jpg')\
|
129 |
+
}"
|
130 |
) as demo:
|
131 |
|
132 |
|