jeevster
commited on
Commit
·
93c2f63
1
Parent(s):
a187e3d
add more to description
Browse files
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.
|
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=[
|