Nymbo commited on
Commit
de03689
·
verified ·
1 Parent(s): 495060a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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):