bharat-raghunathan commited on
Commit
736c541
·
verified ·
1 Parent(s): a7b965a

Update app to include a public facing URL

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,4 +27,4 @@ iface = gr.Interface(fn=lyrics_categories,
27
  article=description,
28
  title="Song Genre Predictor",
29
  )
30
- iface.launch()
 
27
  article=description,
28
  title="Song Genre Predictor",
29
  )
30
+ iface.launch(share=True)