R1000 commited on
Commit
7031850
·
verified ·
1 Parent(s): fa24601

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -136,7 +136,8 @@ with gr.Blocks(theme=get_theme(), title="DeepFakeAI 1.0.0") as ui:
136
  image_button = gr.Button("START")
137
  clear_button = gr.ClearButton(value="CLEAR")
138
  image_output = gr.Image(label="OUTPUT")
139
- clear_button.add(image_output)
 
140
 
141
  image_button.click(
142
  run,
 
136
  image_button = gr.Button("START")
137
  clear_button = gr.ClearButton(value="CLEAR")
138
  image_output = gr.Image(label="OUTPUT")
139
+ with gr.box():
140
+ clear_button.add(image_output)
141
 
142
  image_button.click(
143
  run,