Spaces:
Running
on
Zero
Running
on
Zero
Update examples in app.py
Browse files
app.py
CHANGED
@@ -97,8 +97,12 @@ gr_interface = gr.Interface(
|
|
97 |
description="Generate audio using Tango by providing a text prompt.",
|
98 |
allow_flagging=False,
|
99 |
examples=[
|
100 |
-
["
|
101 |
-
["
|
|
|
|
|
|
|
|
|
102 |
],
|
103 |
cache_examples=False,
|
104 |
)
|
|
|
97 |
description="Generate audio using Tango by providing a text prompt.",
|
98 |
allow_flagging=False,
|
99 |
examples=[
|
100 |
+
["An audience cheering and clapping"],
|
101 |
+
["Rolling thunder with lightning strikes"],
|
102 |
+
["A car engine revving"],
|
103 |
+
["A dog barking"],
|
104 |
+
["Emergency sirens wailing"],
|
105 |
+
["Whistling with birds chirping"]
|
106 |
],
|
107 |
cache_examples=False,
|
108 |
)
|