Spaces:
Running
Running
Commit
·
7206806
1
Parent(s):
427e23d
Update app.py
Browse files
app.py
CHANGED
@@ -162,8 +162,7 @@ def button_change(inputs):
|
|
162 |
yield gr.Button(s_s), gr.CheckboxGroup(value=inputs, interactive=True)
|
163 |
|
164 |
|
165 |
-
with gr.Blocks(theme=theme
|
166 |
-
css=""".gradio-container {background: url('file=anonymizer/assets/background6.gif')}""") as blk_demo:
|
167 |
gr.Markdown(value="# Face Anonymizer")
|
168 |
with gr.Row():
|
169 |
with gr.Column():
|
|
|
162 |
yield gr.Button(s_s), gr.CheckboxGroup(value=inputs, interactive=True)
|
163 |
|
164 |
|
165 |
+
with gr.Blocks(theme=theme) as blk_demo:
|
|
|
166 |
gr.Markdown(value="# Face Anonymizer")
|
167 |
with gr.Row():
|
168 |
with gr.Column():
|