macadeliccc commited on
Commit
b98f922
·
1 Parent(s): 75b52ac
Files changed (1) hide show
  1. app.py +0 -7
app.py CHANGED
@@ -124,12 +124,5 @@ with gr.Blocks() as demo:
124
  outputs=output_image2
125
  )
126
 
127
- # Set the image display to be the largest element for both SSD-1B and refined generation
128
- demo.update(
129
- output_image1.style(width='100%', height='auto', min_height='400px'),
130
- output_image2.style(width='100%', height='auto', min_height='400px')
131
- )
132
-
133
-
134
  # Launch the combined Gradio app
135
  demo.launch()
 
124
  outputs=output_image2
125
  )
126
 
 
 
 
 
 
 
 
127
  # Launch the combined Gradio app
128
  demo.launch()