thewhole commited on
Commit
faad0e8
1 Parent(s): 3b16818

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +16 -0
app.py CHANGED
@@ -23,6 +23,22 @@ example_inputs = [[
23
  "ferrari convertible, trending on artstation, ultra realistic, 4k, HD"
24
  ], [
25
  "flamethrower, with fire, scifi, cyberpunk, photorealistic, 8K, HD"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  ]]
27
  example_outputs_1 = [
28
  gr.Video(value=os.path.join(os.path.dirname(__file__), 'example/a_fox.mp4'), autoplay=True),
 
23
  "ferrari convertible, trending on artstation, ultra realistic, 4k, HD"
24
  ], [
25
  "flamethrower, with fire, scifi, cyberpunk, photorealistic, 8K, HD"
26
+ ], [
27
+ "Blue and white porcelain Viking axe"
28
+ ], [
29
+ "a DSLR photo of a small saguaro cactus planted in a clay pot"
30
+ ], [
31
+ "a zoomed out DSLR photo of an amigurumi motorcycle"
32
+ ], [
33
+ "a DSLR photo of a teapot shaped like an elephant head where its snout acts as the spout"
34
+ ], [
35
+ "a DSLR photo of a wine bottle and full wine glass on a chessboard"
36
+ ], [
37
+ "a panda wearing a necktie and sitting in an office chair"
38
+ ], [
39
+ "a spanish galleon sailing on the open sea"
40
+ ], [
41
+ "airplane, fighter, steampunk style, ultra realistic, 4k, HD"
42
  ]]
43
  example_outputs_1 = [
44
  gr.Video(value=os.path.join(os.path.dirname(__file__), 'example/a_fox.mp4'), autoplay=True),