zhengchong commited on
Commit
32b0bc1
1 Parent(s): b339a83

chore: Update app.py to improve demo instructions and links

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -232,10 +232,11 @@ HEADER = """
232
  </a>
233
  </div>
234
  <br>
235
- · This demo and our weights are only for <span>**Non-commercial Use**</span>. <br>
236
  · You can try CatVTON in our <a href="https://huggingface.co/spaces/zhengchong/CatVTON">HuggingFace Space</a> or our <a href="http://120.76.142.206:8888">online demo</a> (run on 3090). <br>
237
  · Thanks to <a href="https://huggingface.co/zero-gpu-explorers">ZeroGPU</a> for providing A100 for our <a href="https://huggingface.co/spaces/zhengchong/CatVTON">HuggingFace Space</a>. <br>
238
- · SafetyChe"""
 
239
 
240
  def app_gradio():
241
  with gr.Blocks(title="CatVTON") as demo:
 
232
  </a>
233
  </div>
234
  <br>
235
+ · This demo and our weights are only for Non-commercial Use. <br>
236
  · You can try CatVTON in our <a href="https://huggingface.co/spaces/zhengchong/CatVTON">HuggingFace Space</a> or our <a href="http://120.76.142.206:8888">online demo</a> (run on 3090). <br>
237
  · Thanks to <a href="https://huggingface.co/zero-gpu-explorers">ZeroGPU</a> for providing A100 for our <a href="https://huggingface.co/spaces/zhengchong/CatVTON">HuggingFace Space</a>. <br>
238
+ · SafetyChecker is set to filter NSFW content, but it may block normal results too. Please adjust the <span>`seed`</span> for normal outcomes.<br>
239
+ """
240
 
241
  def app_gradio():
242
  with gr.Blocks(title="CatVTON") as demo: