Spaces:
Runtime error
Runtime error
akh1r0ck
commited on
Commit
·
bd4de34
1
Parent(s):
46ff1ce
add background image
Browse files
app.py
CHANGED
@@ -119,7 +119,9 @@ def from_image_files(images, text_class_name):
|
|
119 |
if __name__=="__main__":
|
120 |
|
121 |
|
122 |
-
with gr.Blocks(
|
|
|
|
|
123 |
|
124 |
|
125 |
with gr.Tab("Images"):
|
|
|
119 |
if __name__=="__main__":
|
120 |
|
121 |
|
122 |
+
with gr.Blocks(
|
123 |
+
css=".gradio-container {background: url('file=./assets/codioful-formerly-gradienta-bKESVqfxass-unsplash.jpg')}"
|
124 |
+
) as demo:
|
125 |
|
126 |
|
127 |
with gr.Tab("Images"):
|
assets/codioful-formerly-gradienta-bKESVqfxass-unsplash.jpg
ADDED
![]() |