Spaces:
Running
on
Zero
Running
on
Zero
zhengchong
commited on
Commit
•
b339a83
1
Parent(s):
640d658
chore: Update app.py to improve demo instructions and links
Browse files
app.py
CHANGED
@@ -232,10 +232,10 @@ HEADER = """
|
|
232 |
</a>
|
233 |
</div>
|
234 |
<br>
|
235 |
-
· This demo and our weights are only
|
236 |
-
·
|
237 |
-
· Thanks to <a href="https://huggingface.co/zero-gpu-explorers">ZeroGPU</a> for providing
|
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:
|