Spaces:
Runtime error
Runtime error
AchyuthGamer
commited on
Commit
•
4cb1300
1
Parent(s):
1bd1e3f
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=True,min_width=640)
|
188 |
-
output2=gr.Image(label="ImMagician",show_label=True,min_width=640)
|
189 |
with gr.Row():
|
190 |
with gr.Row():
|
191 |
-
output3=gr.Image(label="ImMagician",show_label=True,min_width=640)
|
192 |
-
output4=gr.Image(label="ImMagician",show_label=True,min_width=640)
|
193 |
with gr.Row():
|
194 |
with gr.Row():
|
195 |
-
output5=gr.Image(label="ImMagician",show_label=True,min_width=640)
|
196 |
-
outputX=gr.Image(label="ImMagician",show_label=True,min_width=640)
|
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=True,min_width=640,elem_id="gallery")
|
188 |
+
output2=gr.Image(label="ImMagician",show_label=True,min_width=640,elem_id="gallery")
|
189 |
with gr.Row():
|
190 |
with gr.Row():
|
191 |
+
output3=gr.Image(label="ImMagician",show_label=True,min_width=640,elem_id="gallery")
|
192 |
+
output4=gr.Image(label="ImMagician",show_label=True,min_width=640,elem_id="gallery")
|
193 |
with gr.Row():
|
194 |
with gr.Row():
|
195 |
+
output5=gr.Image(label="ImMagician",show_label=True,min_width=640,elem_id="gallery")
|
196 |
+
outputX=gr.Image(label="ImMagician",show_label=True,min_width=640,elem_id="gallery")
|
197 |
#with gr.Row():
|
198 |
#with gr.Row():
|
199 |
#output0=gr.Image(label="PhotoMovieX",show_label=False,min_width=640)
|