R1000 commited on
Commit
32a4d26
·
verified ·
1 Parent(s): 0060dd7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -135,7 +135,7 @@ with gr.Blocks(theme=get_theme(), title="DeepFakeAI 1.0.0") as ui:
135
  target_image = gr.Image(type="filepath", label="TARGET IMAGE")
136
  image_button = gr.Button("START")
137
  clear_button = gr.ClearButton(value="CLEAR")
138
- image_output = gr.Image(label="OUTPUT", output_height=300)
139
  clear_button.add(image_output)
140
 
141
  image_button.click(
 
135
  target_image = gr.Image(type="filepath", label="TARGET IMAGE")
136
  image_button = gr.Button("START")
137
  clear_button = gr.ClearButton(value="CLEAR")
138
+ image_output = gr.Image(label="OUTPUT")..style(height=600)
139
  clear_button.add(image_output)
140
 
141
  image_button.click(