Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -19,8 +19,7 @@ import torchaudio
|
|
| 19 |
|
| 20 |
# Define the description text
|
| 21 |
description_text = """
|
| 22 |
-
#
|
| 23 |
-
Generate high-quality audio from text descriptions using TangoFlux.
|
| 24 |
|
| 25 |
## Instructions:
|
| 26 |
1. Enter your text description in the prompt box
|
|
@@ -63,7 +62,7 @@ with gr.Blocks(theme="soft") as gr_interface:
|
|
| 63 |
)
|
| 64 |
|
| 65 |
# Title and description
|
| 66 |
-
gr.Markdown("#
|
| 67 |
gr.Markdown(description_text)
|
| 68 |
|
| 69 |
# Input components
|
|
|
|
| 19 |
|
| 20 |
# Define the description text
|
| 21 |
description_text = """
|
| 22 |
+
# The Imitation Game. Exploring Human-AI Collaboration in Music Creation.
|
|
|
|
| 23 |
|
| 24 |
## Instructions:
|
| 25 |
1. Enter your text description in the prompt box
|
|
|
|
| 62 |
)
|
| 63 |
|
| 64 |
# Title and description
|
| 65 |
+
gr.Markdown("# The Imitation Game")
|
| 66 |
gr.Markdown(description_text)
|
| 67 |
|
| 68 |
# Input components
|