Spaces:
Runtime error
Runtime error
Commit ·
5ce521e
1
Parent(s): 558bd35
Update app.py
Browse files
app.py
CHANGED
|
@@ -62,7 +62,7 @@ def process(input_path):
|
|
| 62 |
audioquality = [res['audio_quality'][0]['name'], res['audio_quality'][0]['probability']]
|
| 63 |
print(audioquality)
|
| 64 |
|
| 65 |
-
return dict_moods, genres, instruments, themes, str(dict_desc['Vocal/Instrumental'])
|
| 66 |
|
| 67 |
'''
|
| 68 |
demo = gr.Interface(fn=process,
|
|
|
|
| 62 |
audioquality = [res['audio_quality'][0]['name'], res['audio_quality'][0]['probability']]
|
| 63 |
print(audioquality)
|
| 64 |
|
| 65 |
+
return dict_moods, genres, instruments, themes, str(dict_desc['Vocal/Instrumental'])
|
| 66 |
|
| 67 |
'''
|
| 68 |
demo = gr.Interface(fn=process,
|