multimodalart HF Staff commited on
Commit
c09ff4c
·
verified ·
1 Parent(s): 023d9af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -295,6 +295,8 @@ with gr.Blocks(theme=gr.themes.Citrus(), css=css) as demo:
295
  ["tool_of_the_sea.png", 90, 0, 0, False, 0, True, 1.0, 4, 568, 1024],
296
  ["monkey.jpg", -90, 0, 0, False, 0, True, 1.0, 4, 704, 1024],
297
  ["metropolis.jpg", 0, 0, -1, False, 0, True, 1.0, 4, 816, 1024],
 
 
298
  ],
299
  inputs=[image,rotate_deg, move_forward,
300
  vertical_tilt, wideangle,
 
295
  ["tool_of_the_sea.png", 90, 0, 0, False, 0, True, 1.0, 4, 568, 1024],
296
  ["monkey.jpg", -90, 0, 0, False, 0, True, 1.0, 4, 704, 1024],
297
  ["metropolis.jpg", 0, 0, -1, False, 0, True, 1.0, 4, 816, 1024],
298
+ ["disaster_girl.jpg", -45, 0, 1, False, 0, True, 1.0, 4, 768, 1024],
299
+ ["grumpy.png", 90, 0, 1, False, 0, True, 1.0, 4, 576, 1024]
300
  ],
301
  inputs=[image,rotate_deg, move_forward,
302
  vertical_tilt, wideangle,