Spaces:
Runtime error
Runtime error
Add license information to examples
Browse files
app.py
CHANGED
@@ -260,6 +260,7 @@ with gr.Blocks() as demo:
|
|
260 |
"male-27-sad.wav",
|
261 |
],
|
262 |
[input],
|
|
|
263 |
)
|
264 |
gr.Markdown("Only the first second of the audio is processed.")
|
265 |
submit_btn = gr.Button(value="Submit")
|
|
|
260 |
"male-27-sad.wav",
|
261 |
],
|
262 |
[input],
|
263 |
+
label="Examples from CREMA-D, ODbL v1.0 license",
|
264 |
)
|
265 |
gr.Markdown("Only the first second of the audio is processed.")
|
266 |
submit_btn = gr.Button(value="Submit")
|