shangrilar commited on
Commit
320072a
·
verified ·
1 Parent(s): f5b17d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,4 +42,4 @@ with gr.Blocks() as performance:
42
  # b3 = gr.Button().style(full_width=True)
43
  # b3.click(get_mubert_music, [input_text, input_duration], gr.Audio(label="결과 음악 파일", type='filepath'))
44
 
45
- performance.queue().launch(share=True, auth=('soojinchoi', 'dance1234'))
 
42
  # b3 = gr.Button().style(full_width=True)
43
  # b3.click(get_mubert_music, [input_text, input_duration], gr.Audio(label="결과 음악 파일", type='filepath'))
44
 
45
+ performance.queue().launch()