Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -263,9 +263,17 @@ def _about_html() -> str:
|
|
263 |
return f"""
|
264 |
<div style="line-height:1.6">
|
265 |
<h2>About ShortiFoley</h2>
|
266 |
-
|
267 |
-
|
268 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
269 |
|
270 |
<h3>Quick Steps</h3>
|
271 |
<ol>
|
|
|
263 |
return f"""
|
264 |
<div style="line-height:1.6">
|
265 |
<h2>About ShortiFoley</h2>
|
266 |
+
<p><b>ShortiFoley</b> turns short videos into realistic Foley sound.
|
267 |
+
Powered by Tencent’s HunyuanVideo-Foley (SigLIP2 + CLAP), with autosave and an MCP server for automation (e.g., n8n).</p>
|
268 |
+
|
269 |
+
<p>It is part of the <b>Media Automation Suite</b> by
|
270 |
+
<a href="https://bilsimaging.com" target="_blank" rel="noopener">bilsimaging.com</a>,
|
271 |
+
built to streamline creative workflows across video, sound, and publishing.</p>
|
272 |
+
|
273 |
+
<p>ShortiFoley integrates seamlessly with automation tools like
|
274 |
+
<a href="https://n8n.partnerlinks.io/bilsimaging" target="_blank" rel="noopener">n8n</a>,
|
275 |
+
making it easy to plug into custom workflows and pipelines.</p>
|
276 |
+
|
277 |
|
278 |
<h3>Quick Steps</h3>
|
279 |
<ol>
|