svjack commited on
Commit
094a6fc
·
verified ·
1 Parent(s): 92354be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -260,4 +260,4 @@ Living out my dreams with this mic and a deal"""
260
  inputs = [genre_txt, lyrics_txt, num_segments, max_new_tokens],
261
  outputs = [music_out]
262
  )
263
- demo.queue().launch(show_api=False, show_error=True)
 
260
  inputs = [genre_txt, lyrics_txt, num_segments, max_new_tokens],
261
  outputs = [music_out]
262
  )
263
+ demo.queue().launch(share = True ,show_api=True, show_error=True)