jeevster commited on
Commit
93c2f63
·
1 Parent(s): a187e3d

add more to description

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ if __name__ == '__main__':
37
  with gr.Tab("Classifier"):
38
  gr.Interface(
39
  title="Carnatic Raga Classifier",
40
- description="**Welcome!** This is a deep-learning based raga classifier. Simply upload or record an audio clip to test it out (uploading is more reliable). \n",
41
  article = "**Get in Touch:** Feel free to reach out to [me](https://sanjeevraja.com/) via email (sanjeevr AT berkeley DOT edu) with any questions or feedback! ",
42
  fn=evaluator.inference,
43
  inputs=[
 
37
  with gr.Tab("Classifier"):
38
  gr.Interface(
39
  title="Carnatic Raga Classifier",
40
+ description="**Welcome!** This is a deep-learning based raga classifier. Upload or record an audio clip to test it out. Provide at least 30 seconds of audio for best results. Wait for the audio waves to appear (and stay) before clicking Submit! \n",
41
  article = "**Get in Touch:** Feel free to reach out to [me](https://sanjeevraja.com/) via email (sanjeevr AT berkeley DOT edu) with any questions or feedback! ",
42
  fn=evaluator.inference,
43
  inputs=[