fffiloni commited on
Commit
75419f0
Ā·
1 Parent(s): fdbb043

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -291,7 +291,7 @@ with gr.Blocks(css="style.css") as demo:
291
  share_button = gr.Button("Share to community", elem_id="share-btn", visible=False)
292
 
293
  with gr.Accordion(label="Music Generation Options", open=False):
294
- openai_api_key = gr.Textbox(label="OpenAI key", info="You can use you OpenAI key to adapt CLIP Interrogator caption to a musical translation.")
295
  track_duration = gr.Slider(minimum=20, maximum=120, value=30, step=5, label="Track duration", elem_id="duration-inp")
296
  with gr.Row():
297
  gen_intensity = gr.Dropdown(choices=["low", "medium", "high"], value="medium", label="Intensity")
 
291
  share_button = gr.Button("Share to community", elem_id="share-btn", visible=False)
292
 
293
  with gr.Accordion(label="Music Generation Options", open=False):
294
+ openai_api_key = gr.Textbox(label="OpenAI key", info="You can use your OpenAI key to adapt CLIP Interrogator caption to a musical translation.")
295
  track_duration = gr.Slider(minimum=20, maximum=120, value=30, step=5, label="Track duration", elem_id="duration-inp")
296
  with gr.Row():
297
  gen_intensity = gr.Dropdown(choices=["low", "medium", "high"], value="medium", label="Intensity")