Spaces:
Sleeping
Sleeping
N.Achyuth Reddy
commited on
Commit
·
d990dad
1
Parent(s):
c9900de
Update app.py
Browse files
app.py
CHANGED
@@ -184,16 +184,16 @@ with gr.Blocks(css='style.css') as demo:
|
|
184 |
)
|
185 |
with gr.Row():
|
186 |
with gr.Row():
|
187 |
-
output1=gr.Image(label="ImMagician",show_label=
|
188 |
-
output2=gr.Image(label="ImMagician",show_label=
|
189 |
with gr.Row():
|
190 |
with gr.Row():
|
191 |
-
output3=gr.Image(label="ImMagician",show_label=
|
192 |
-
output4=gr.Image(label="ImMagician",show_label=
|
193 |
with gr.Row():
|
194 |
with gr.Row():
|
195 |
-
output5=gr.Image(label="ImMagician",show_label=
|
196 |
-
outputX=gr.Image(label="ImMagician",show_label=
|
197 |
#with gr.Row():
|
198 |
#with gr.Row():
|
199 |
#output0=gr.Image(label="PhotoMovieX",show_label=False,min_width=640)
|
|
|
184 |
)
|
185 |
with gr.Row():
|
186 |
with gr.Row():
|
187 |
+
output1=gr.Image(label="ImMagician", show_label=False, min_width=640, object_fit="contain", height="auto")
|
188 |
+
output2=gr.Image(label="ImMagician", show_label=False, min_width=640, object_fit="contain", height="auto")
|
189 |
with gr.Row():
|
190 |
with gr.Row():
|
191 |
+
output3=gr.Image(label="ImMagician", show_label=False, min_width=640, object_fit="contain", height="auto")
|
192 |
+
output4=gr.Image(label="ImMagician", show_label=False, min_width=640, object_fit="contain", height="auto")
|
193 |
with gr.Row():
|
194 |
with gr.Row():
|
195 |
+
output5=gr.Image(label="ImMagician", show_label=False, min_width=640, object_fit="contain", height="auto")
|
196 |
+
outputX=gr.Image(label="ImMagician", show_label=False, min_width=640, object_fit="contain", height="auto")
|
197 |
#with gr.Row():
|
198 |
#with gr.Row():
|
199 |
#output0=gr.Image(label="PhotoMovieX",show_label=False,min_width=640)
|