Spaces:
Running
on
Zero
Running
on
Zero
Fabrice-TIERCELIN
commited on
Commit
•
592cedf
1
Parent(s):
36b82bb
This PR fixes some misspellings in the examples
Browse files
app.py
CHANGED
@@ -40,8 +40,8 @@ interface = gr.Interface(
|
|
40 |
["A plane firing and falling down", 100, 20],
|
41 |
["Campfire", 50, 50],
|
42 |
["Zombie apocalypse", 100, 20],
|
43 |
-
["A New
|
44 |
-
["A man running in
|
45 |
["A cup of tea with fog", 100, 20]
|
46 |
],
|
47 |
outputs="video",
|
|
|
40 |
["A plane firing and falling down", 100, 20],
|
41 |
["Campfire", 50, 50],
|
42 |
["Zombie apocalypse", 100, 20],
|
43 |
+
["A New York City", 100, 20],
|
44 |
+
["A man running in beautiful forest", 100, 20],
|
45 |
["A cup of tea with fog", 100, 20]
|
46 |
],
|
47 |
outputs="video",
|