Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -292,8 +292,8 @@ with gr.Blocks(theme=gr.themes.Citrus(), css=css) as demo:
|
|
| 292 |
# Examples
|
| 293 |
gr.Examples(
|
| 294 |
examples=[
|
| 295 |
-
["tool_of_the_sea.png",
|
| 296 |
-
["monkey.jpg", -
|
| 297 |
["metropolis.jpg", 0, 0, -1, False, 0, True, 1.0, 4, 816, 1024],
|
| 298 |
],
|
| 299 |
inputs=[image,rotate_deg, move_forward,
|
|
|
|
| 292 |
# Examples
|
| 293 |
gr.Examples(
|
| 294 |
examples=[
|
| 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,
|