jspr commited on
Commit
3a35f81
1 Parent(s): 511c7b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -39,6 +39,11 @@ def get_drummer_output(prompt):
39
  iface = gr.Interface(
40
  fn=get_drummer_output,
41
  inputs="text",
 
 
 
 
 
42
  outputs="audio",
43
  title='Autodrummer',
44
  description="Stable Diffusion for drum beats. Type in a genre and some descriptors (e.g., 'hiphop groove 808') to the prompt box and get a drum beat in that genre"
 
39
  iface = gr.Interface(
40
  fn=get_drummer_output,
41
  inputs="text",
42
+ examples=[
43
+ "hiphop groove 808",
44
+ "rock metal",
45
+ "disco funk",
46
+ ],
47
  outputs="audio",
48
  title='Autodrummer',
49
  description="Stable Diffusion for drum beats. Type in a genre and some descriptors (e.g., 'hiphop groove 808') to the prompt box and get a drum beat in that genre"