Spaces:
Running
on
Zero
Running
on
Zero
added gall
Browse files
app.py
CHANGED
@@ -610,6 +610,7 @@ def app_gradio():
|
|
610 |
gr.Markdown(
|
611 |
'<span style="color: #808080; font-size: small;">*Person examples come from the demos of <a href="https://huggingface.co/spaces/levihsu/OOTDiffusion">OOTDiffusion</a> and <a href="https://www.outfitanyone.org">OutfitAnyone</a>. </span>'
|
612 |
)
|
|
|
613 |
with gr.Column():
|
614 |
gr.Examples(
|
615 |
examples=[
|
|
|
610 |
gr.Markdown(
|
611 |
'<span style="color: #808080; font-size: small;">*Person examples come from the demos of <a href="https://huggingface.co/spaces/levihsu/OOTDiffusion">OOTDiffusion</a> and <a href="https://www.outfitanyone.org">OutfitAnyone</a>. </span>'
|
612 |
)
|
613 |
+
gal_output = gr.Gallery(label="Processed Frames")
|
614 |
with gr.Column():
|
615 |
gr.Examples(
|
616 |
examples=[
|