hagenw commited on
Commit
5705068
1 Parent(s): 3c3900b

Add license information to examples

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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")