Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -201,10 +201,13 @@ css = """
|
|
201 |
with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
|
202 |
with gr.Column(elem_id="col-container"):
|
203 |
gr.Markdown("""
|
204 |
-
|
205 |
-
|
|
|
|
|
206 |
""")
|
207 |
|
|
|
208 |
# Tabs for Generate and Edit
|
209 |
with gr.Tab("Audio Generation"):
|
210 |
# Basic Input: Text prompt
|
|
|
201 |
with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
|
202 |
with gr.Column(elem_id="col-container"):
|
203 |
gr.Markdown("""
|
204 |
+
# EzAudio: High-quality Text-to-Audio Generator
|
205 |
+
Generate and edit audio from text using a diffusion transformer. Adjust advanced settings for more control.
|
206 |
+
|
207 |
+
[Learn more about 😈EzAudio](https://haidog-yaqub.github.io/EzAudio-Page/)
|
208 |
""")
|
209 |
|
210 |
+
|
211 |
# Tabs for Generate and Edit
|
212 |
with gr.Tab("Audio Generation"):
|
213 |
# Basic Input: Text prompt
|