Spaces:
Running
Running
UPDATE
Browse files
app.py
CHANGED
@@ -36,10 +36,9 @@ before_text = """<div align="center">
|
|
36 |
<h1>AudioFusion</h1>
|
37 |
<i>Add a touch of uniqueness with various customizable effects like slowed and reverb.</i>
|
38 |
</div>
|
|
|
39 |
|
40 |
-
<
|
41 |
-
|
42 |
-
after_text = """
|
43 |
## Todo
|
44 |
|
45 |
\# Acapella Extractor<br>
|
|
|
36 |
<h1>AudioFusion</h1>
|
37 |
<i>Add a touch of uniqueness with various customizable effects like slowed and reverb.</i>
|
38 |
</div>
|
39 |
+
<hr>"""
|
40 |
|
41 |
+
after_text = """<hr>
|
|
|
|
|
42 |
## Todo
|
43 |
|
44 |
\# Acapella Extractor<br>
|