zhengchong commited on
Commit
b339a83
1 Parent(s): 640d658

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

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -232,10 +232,10 @@ HEADER = """
232
  </a>
233
  </div>
234
  <br>
235
- · This demo and our weights are only open for **Non-commercial Use**. <br>
236
- · SafetyChecker is set to filter NSFW content, but it may block normal results too. Please adjust the <span>`seed`</span> for normal outcomes.<br>
237
- · Thanks to <a href="https://huggingface.co/zero-gpu-explorers">ZeroGPU</a> for providing GPU for <a href="https://huggingface.co/spaces/zhengchong/CatVTON">Our HuggingFace Space.</a>
238
- """
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 <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: