jeevster
commited on
Commit
·
38e1b15
1
Parent(s):
3ce0347
start discussion in community tab
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ if __name__ == '__main__':
|
|
38 |
gr.Interface(
|
39 |
title="Carnatic Raga Classifier",
|
40 |
description="**Welcome!** This app uses AI to recognize Carnatic ragas. 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 remain 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 |
inputs=[
|
43 |
gr.Slider(minimum = 1, maximum = 150, value = 5, label = "Number of displayed ragas", info = "Choose number of top predictions to display"),
|
44 |
gr.Audio()
|
|
|
38 |
gr.Interface(
|
39 |
title="Carnatic Raga Classifier",
|
40 |
description="**Welcome!** This app uses AI to recognize Carnatic ragas. 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 remain 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, or start a discussion in the Community tab! ",
|
42 |
inputs=[
|
43 |
gr.Slider(minimum = 1, maximum = 150, value = 5, label = "Number of displayed ragas", info = "Choose number of top predictions to display"),
|
44 |
gr.Audio()
|