OneAfterlife commited on
Commit
5b58886
1 Parent(s): 7aaed41

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -76,7 +76,7 @@ with block:
76
  with gr.Group():
77
  with gr.Box():
78
  email = gr.Textbox(label="Enter your email (for API token)")
79
- prompt = gr.Textbox(label="Key prompts to generate a track")
80
  duration = gr.Slider(label="Duration (seconds)", value=60, maximum=300)
81
  is_loop = gr.Checkbox(label="Generate loop")
82
  out = gr.Audio()
 
76
  with gr.Group():
77
  with gr.Box():
78
  email = gr.Textbox(label="Enter your email (for API token)")
79
+ prompt = gr.Textbox(label="Key prompts to generate a track (genre, theme, etc.)")
80
  duration = gr.Slider(label="Duration (seconds)", value=60, maximum=300)
81
  is_loop = gr.Checkbox(label="Generate loop")
82
  out = gr.Audio()