jeevster commited on
Commit
a187e3d
·
1 Parent(s): 22b019f

add note that uploading is more reliable

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. \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. 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=[