Spaces:
Runtime error
Runtime error
AchyuthGamer
commited on
Commit
•
92f27c3
1
Parent(s):
9861dfe
Update app.py
Browse files
app.py
CHANGED
@@ -184,94 +184,29 @@ with gr.Blocks(css='style.css') as demo:
|
|
184 |
)
|
185 |
with gr.Row():
|
186 |
with gr.Row():
|
187 |
-
output1=gr.Image(label="PhotoMovieX",show_label=False,min_width=640
|
188 |
-
|
189 |
-
|
190 |
-
|
191 |
-
|
192 |
-
|
193 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
194 |
)
|
195 |
-
image_button = gr.Button("Flip")
|
196 |
-
image_button.click(
|
197 |
-
flip_image,
|
198 |
-
inputs=image_input,
|
199 |
-
outputs=image_output
|
200 |
-
)
|
201 |
output2=gr.Image(label="PhotoMovieX",show_label=False,min_width=640)
|
202 |
-
image_output = gr.Gallery(
|
203 |
-
label='Output',
|
204 |
-
show_label=False,
|
205 |
-
elem_id='gallery'
|
206 |
-
).style(
|
207 |
-
grid=2,height='auto'
|
208 |
-
)
|
209 |
-
image_button = gr.Button("Flip")
|
210 |
-
image_button.click(
|
211 |
-
flip_image,
|
212 |
-
inputs=image_input,
|
213 |
-
outputs=image_output
|
214 |
-
)
|
215 |
with gr.Row():
|
216 |
with gr.Row():
|
217 |
output3=gr.Image(label="PhotoMovieX",show_label=False,min_width=640)
|
218 |
-
image_output = gr.Gallery(
|
219 |
-
label='Output',
|
220 |
-
show_label=False,
|
221 |
-
elem_id='gallery'
|
222 |
-
).style(
|
223 |
-
grid=2,height='auto'
|
224 |
-
)
|
225 |
-
image_button = gr.Button("Flip")
|
226 |
-
image_button.click(
|
227 |
-
flip_image,
|
228 |
-
inputs=image_input,
|
229 |
-
outputs=image_output
|
230 |
-
)
|
231 |
output4=gr.Image(label="PhotoMovieX",show_label=False,min_width=640)
|
232 |
-
image_output = gr.Gallery(
|
233 |
-
label='Output',
|
234 |
-
show_label=False,
|
235 |
-
elem_id='gallery'
|
236 |
-
).style(
|
237 |
-
grid=2,height='auto'
|
238 |
-
)
|
239 |
-
image_button = gr.Button("Flip")
|
240 |
-
image_button.click(
|
241 |
-
flip_image,
|
242 |
-
inputs=image_input,
|
243 |
-
outputs=image_output
|
244 |
-
)
|
245 |
with gr.Row():
|
246 |
with gr.Row():
|
247 |
output5=gr.Image(label="PhotoMovieX",show_label=False,min_width=640)
|
248 |
-
image_output = gr.Gallery(
|
249 |
-
label='Output',
|
250 |
-
show_label=False,
|
251 |
-
elem_id='gallery'
|
252 |
-
).style(
|
253 |
-
grid=2,height='auto'
|
254 |
-
)
|
255 |
-
image_button = gr.Button("Flip")
|
256 |
-
image_button.click(
|
257 |
-
flip_image,
|
258 |
-
inputs=image_input,
|
259 |
-
outputs=image_output
|
260 |
-
)
|
261 |
outputX=gr.Image(label="PhotoMovieX",show_label=False,min_width=640)
|
262 |
-
image_output = gr.Gallery(
|
263 |
-
label='Output',
|
264 |
-
show_label=False,
|
265 |
-
elem_id='gallery'
|
266 |
-
).style(
|
267 |
-
grid=2,height='auto'
|
268 |
-
)
|
269 |
-
image_button = gr.Button("Flip")
|
270 |
-
image_button.click(
|
271 |
-
flip_image,
|
272 |
-
inputs=image_input,
|
273 |
-
outputs=image_output
|
274 |
-
)
|
275 |
#with gr.Row():
|
276 |
#with gr.Row():
|
277 |
#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="PhotoMovieX",show_label=False,min_width=640
|
188 |
+
label='Output1',
|
189 |
+
show_label=False,
|
190 |
+
elem_id='gallery'
|
191 |
+
).style(
|
192 |
+
grid=2,height='auto'
|
193 |
+
)
|
194 |
+
image_button = gr.Button("Flip")
|
195 |
+
image_button.click(
|
196 |
+
flip_image,
|
197 |
+
inputs=image_input,
|
198 |
+
outputs=image_output
|
199 |
+
)
|
200 |
)
|
|
|
|
|
|
|
|
|
|
|
|
|
201 |
output2=gr.Image(label="PhotoMovieX",show_label=False,min_width=640)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
202 |
with gr.Row():
|
203 |
with gr.Row():
|
204 |
output3=gr.Image(label="PhotoMovieX",show_label=False,min_width=640)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
205 |
output4=gr.Image(label="PhotoMovieX",show_label=False,min_width=640)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
206 |
with gr.Row():
|
207 |
with gr.Row():
|
208 |
output5=gr.Image(label="PhotoMovieX",show_label=False,min_width=640)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
209 |
outputX=gr.Image(label="PhotoMovieX",show_label=False,min_width=640)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
210 |
#with gr.Row():
|
211 |
#with gr.Row():
|
212 |
#output0=gr.Image(label="PhotoMovieX",show_label=False,min_width=640)
|