Spaces:
Restarting
Restarting
Update app.py
Browse files
app.py
CHANGED
@@ -171,7 +171,7 @@ def img_fn(inp):
|
|
171 |
#out = Image.open(inp)
|
172 |
img_box.append(img)
|
173 |
return img_box
|
174 |
-
with gr.Blocks() as app:
|
175 |
with gr.Box():
|
176 |
with gr.Row():
|
177 |
with gr.Column(scale=3):
|
|
|
171 |
#out = Image.open(inp)
|
172 |
img_box.append(img)
|
173 |
return img_box
|
174 |
+
with gr.Blocks(theme="Nymbo/Nymbo_Theme") as app:
|
175 |
with gr.Box():
|
176 |
with gr.Row():
|
177 |
with gr.Column(scale=3):
|