liuhuadai commited on
Commit
585570a
1 Parent(s): 31531e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- tgr.Markdown("## AudioLCM:Text-to-Audio Generation with Latent Consistency Models")
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():