Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -109,6 +109,7 @@ def run_for_examples(img1, img2, img3, height, width, img_guidance_scale, seed,
|
|
109 |
|
110 |
description = """
|
111 |
This is a Virtual Try-On Platform.
|
|
|
112 |
Usage:
|
113 |
- First upload your own image as the first image, also tagged 'Person'
|
114 |
- Then upload you 'Top-wear' and 'Bottom-wear' images
|
@@ -122,7 +123,8 @@ Tips:
|
|
122 |
**HF Spaces often encounter errors due to quota limitations, so recommend to run it locally.**
|
123 |
"""
|
124 |
|
125 |
-
Credits = """**Credits**
|
|
|
126 |
Made using [OmniGen](https://huggingface.co/Shitao/OmniGen-v1): Unified Image Generation [paper](https://arxiv.org/abs/2409.11340) [code](https://github.com/VectorSpaceLab/OmniGen)
|
127 |
"""
|
128 |
|
|
|
109 |
|
110 |
description = """
|
111 |
This is a Virtual Try-On Platform.
|
112 |
+
|
113 |
Usage:
|
114 |
- First upload your own image as the first image, also tagged 'Person'
|
115 |
- Then upload you 'Top-wear' and 'Bottom-wear' images
|
|
|
123 |
**HF Spaces often encounter errors due to quota limitations, so recommend to run it locally.**
|
124 |
"""
|
125 |
|
126 |
+
Credits = """**Credits**
|
127 |
+
|
128 |
Made using [OmniGen](https://huggingface.co/Shitao/OmniGen-v1): Unified Image Generation [paper](https://arxiv.org/abs/2409.11340) [code](https://github.com/VectorSpaceLab/OmniGen)
|
129 |
"""
|
130 |
|