Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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"
|