This PR fixes some misspellings in the examples

#1
Files changed (1) hide show
  1. app.py +2 -2
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 Yourk City", 100, 20],
44
- ["A man running in beautiufl forest", 100, 20],
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",