NikhilJoson commited on
Commit
8f0d478
·
verified ·
1 Parent(s): 7466a03

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
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