fffiloni commited on
Commit
817bfe2
·
verified ·
1 Parent(s): 54d3be3

Update app_df.py

Browse files
Files changed (1) hide show
  1. app_df.py +2 -2
app_df.py CHANGED
@@ -175,9 +175,9 @@ with gr.Blocks() as demo:
175
  gr.Examples(
176
  examples = [
177
  ["A graceful white swan with a curved neck and delicate feathers swimming in a serene lake at dawn, its reflection perfectly mirrored in the still water as mist rises from the surface, with the swan occasionally dipping its head into the water to feed.", "./examples/swan.jpeg"],
178
- ["A graceful white swan with a curved neck and delicate feathers swimming in a serene lake at dawn, its reflection perfectly mirrored in the still water as mist rises from the surface, with the swan occasionally dipping its head into the water to feed.", None],
179
  ["A sea turtle swimming near a shipwreck", "./examples/turtle.jpeg"],
180
- ["A sea turtle swimming near a shipwreck", None],
181
  ],
182
  inputs = [prompt, image]
183
  )
 
175
  gr.Examples(
176
  examples = [
177
  ["A graceful white swan with a curved neck and delicate feathers swimming in a serene lake at dawn, its reflection perfectly mirrored in the still water as mist rises from the surface, with the swan occasionally dipping its head into the water to feed.", "./examples/swan.jpeg"],
178
+ # ["A graceful white swan with a curved neck and delicate feathers swimming in a serene lake at dawn, its reflection perfectly mirrored in the still water as mist rises from the surface, with the swan occasionally dipping its head into the water to feed.", None],
179
  ["A sea turtle swimming near a shipwreck", "./examples/turtle.jpeg"],
180
+ # ["A sea turtle swimming near a shipwreck", None],
181
  ],
182
  inputs = [prompt, image]
183
  )