Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -149,7 +149,7 @@ def my_inference_function(text_prompt, ddim_steps, num_samples, scale, seed):
|
|
| 149 |
|
| 150 |
with gr.Blocks() as demo:
|
| 151 |
with gr.Row():
|
| 152 |
-
|
| 153 |
|
| 154 |
with gr.Row():
|
| 155 |
with gr.Column():
|
|
|
|
| 149 |
|
| 150 |
with gr.Blocks() as demo:
|
| 151 |
with gr.Row():
|
| 152 |
+
gr.Markdown("## AudioLCM:Text-to-Audio Generation with Latent Consistency Models")
|
| 153 |
|
| 154 |
with gr.Row():
|
| 155 |
with gr.Column():
|