Spaces:
Running
on
Zero
Running
on
Zero
zhengchong
commited on
Commit
•
32b0bc1
1
Parent(s):
b339a83
chore: Update app.py to improve demo instructions and links
Browse files
app.py
CHANGED
@@ -232,10 +232,11 @@ HEADER = """
|
|
232 |
</a>
|
233 |
</div>
|
234 |
<br>
|
235 |
-
· This demo and our weights are only for
|
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 |
-
·
|
|
|
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:
|