Spaces:
Runtime error
Runtime error
root
commited on
Commit
·
3b9ec30
1
Parent(s):
fd0eac8
reduce examples
Browse files
app.py
CHANGED
@@ -56,9 +56,7 @@ demo = gr.Interface(
|
|
56 |
inputs=["text", gr.Slider(20, 196, value=60)],
|
57 |
examples=[
|
58 |
["the man throws a punch with each hand.", 58],
|
59 |
-
["a person jogs clockwise in a circle.", 178],
|
60 |
["a person spins quickly and takes off running.", 29],
|
61 |
-
["a person is walking slowly forward.", 142],
|
62 |
["a person quickly waves with their right hand", 46],
|
63 |
["a person performing a slight bow", 89],
|
64 |
],
|
|
|
56 |
inputs=["text", gr.Slider(20, 196, value=60)],
|
57 |
examples=[
|
58 |
["the man throws a punch with each hand.", 58],
|
|
|
59 |
["a person spins quickly and takes off running.", 29],
|
|
|
60 |
["a person quickly waves with their right hand", 46],
|
61 |
["a person performing a slight bow", 89],
|
62 |
],
|