Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
6b1bae5
1
Parent(s):
d6a5ad1
Update app.py
Browse files
app.py
CHANGED
@@ -70,10 +70,6 @@ gr_interface = gr.Interface(
|
|
70 |
title="TangoFlux: ",
|
71 |
description=description_text,
|
72 |
allow_flagging=False,
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
examples=[
|
78 |
["Quiet whispered conversation gradually fading into distant jet engine roar diminishing into silence"],
|
79 |
["Clear sound of bicycle tires crunching on loose gravel and dirt, followed by deep male laughter echoing"],
|
@@ -97,7 +93,29 @@ gr_interface = gr.Interface(
|
|
97 |
["Multiple racing engines revving and accelerating with sharp whistle piercing through"],
|
98 |
["Massive stadium crowd cheering as thunder crashes and lightning strikes"],
|
99 |
["Heavy helicopter blades chopping through air with engine and wind noise"],
|
100 |
-
["Dog barking excitedly and man shouting as race car engine roars past"]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
101 |
],
|
102 |
cache_examples="lazy", # Turn on to cache.
|
103 |
)
|
|
|
70 |
title="TangoFlux: ",
|
71 |
description=description_text,
|
72 |
allow_flagging=False,
|
|
|
|
|
|
|
|
|
73 |
examples=[
|
74 |
["Quiet whispered conversation gradually fading into distant jet engine roar diminishing into silence"],
|
75 |
["Clear sound of bicycle tires crunching on loose gravel and dirt, followed by deep male laughter echoing"],
|
|
|
93 |
["Multiple racing engines revving and accelerating with sharp whistle piercing through"],
|
94 |
["Massive stadium crowd cheering as thunder crashes and lightning strikes"],
|
95 |
["Heavy helicopter blades chopping through air with engine and wind noise"],
|
96 |
+
["Dog barking excitedly and man shouting as race car engine roars past"],
|
97 |
+
["Quiet speech and then and airplane flying away"],
|
98 |
+
["A bicycle peddling on dirt and gravel followed by a man speaking then laughing"],
|
99 |
+
["Ducks quack and water splashes with some animal screeching in the background"],
|
100 |
+
["Describe the sound of the ocean"],
|
101 |
+
["A woman and a baby are having a conversation"],
|
102 |
+
["A man speaks followed by a popping noise and laughter"],
|
103 |
+
["A cup is filled from a faucet"],
|
104 |
+
["An audience cheering and clapping"],
|
105 |
+
["Rolling thunder with lightning strikes"],
|
106 |
+
["A dog barking and a cat mewing and a racing car passes by"],
|
107 |
+
["Gentle water stream, birds chirping and sudden gun shot"],
|
108 |
+
["A dog barking"],
|
109 |
+
["A cat meowing"],
|
110 |
+
["Wooden table tapping sound while water pouring"],
|
111 |
+
["Applause from a crowd with distant clicking and a man speaking over a loudspeaker"],
|
112 |
+
["two gunshots followed by birds flying away while chirping"],
|
113 |
+
["Whistling with birds chirping"],
|
114 |
+
["A person snoring"],
|
115 |
+
["Motor vehicles are driving with loud engines and a person whistles"],
|
116 |
+
["People cheering in a stadium while thunder and lightning strikes"],
|
117 |
+
["A helicopter is in flight"],
|
118 |
+
["A dog barking and a man talking and a racing car passes by"],
|
119 |
],
|
120 |
cache_examples="lazy", # Turn on to cache.
|
121 |
)
|