NoCrypt commited on
Commit
a1e0387
1 Parent(s): 7d5583f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ def process_image(msg, img):
20
  return im, status
21
 
22
 
23
- with gr.Blocks() as demo:
24
  with gr.Row():
25
  with gr.Column():
26
  text = gr.Textbox(label="Hidden Message")
 
20
  return im, status
21
 
22
 
23
+ with gr.Blocks(theme='NoCrypt/miku') as demo:
24
  with gr.Row():
25
  with gr.Column():
26
  text = gr.Textbox(label="Hidden Message")