Spaces:
Running
Running
Update app_df.py
Browse files
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 |
-
|
179 |
["A sea turtle swimming near a shipwreck", "./examples/turtle.jpeg"],
|
180 |
-
|
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 |
)
|