KingNish commited on
Commit
bfce642
·
verified ·
1 Parent(s): c1dedc3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -152,8 +152,8 @@ with gr.Blocks() as demo:
152
 
153
  gr.Examples(
154
  examples=[
155
- [None, "A person eating spaghetti", 1024, 1024]
156
- ["cat.png", "The cat removes the glasses from its eyes.", 1088, 800]
157
  [None, "a penguin playfully dancing in the snow, Antarctica", 1024, 720],
158
  ["peng.png", "a penguin running towards camera joyfully, Antarctica", 896, 512],
159
  ],
 
152
 
153
  gr.Examples(
154
  examples=[
155
+ [None, "A person eating spaghetti", 1024, 1024],
156
+ ["cat.png", "The cat removes the glasses from its eyes.", 1088, 800],
157
  [None, "a penguin playfully dancing in the snow, Antarctica", 1024, 720],
158
  ["peng.png", "a penguin running towards camera joyfully, Antarctica", 896, 512],
159
  ],