Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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")
|