Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -104,7 +104,7 @@ with demo:
|
|
104 |
)
|
105 |
run_button = gradio.Button(value='Generate Image').style(full_width=True)
|
106 |
output_image = gradio.Image(
|
107 |
-
value='example/dog.png',
|
108 |
label='Output Image',
|
109 |
type='file',
|
110 |
interactive=False
|
@@ -161,6 +161,7 @@ with demo:
|
|
161 |
|
162 |
gradio.Examples(
|
163 |
examples=[
|
|
|
164 |
['A diorama of Puppy cloud ,8k, photograph', 3, 'example/puppy.png'],
|
165 |
['A dragon that looks like a cream', 3, 'example/cream.png'],
|
166 |
['A photo of a sleeping orange tabby cat', 3, 'example/tabby.png'],
|
@@ -170,7 +171,6 @@ with demo:
|
|
170 |
['A photo of a Samoyed dog with its tongue out hugging a white Siamese cat', 5, 'example/dog.png'],
|
171 |
['Dragons of Earth, Wind, Fire, powering up a huge sphere of compressed energy, digital art', 2, 'example/dragon.png'],
|
172 |
['A snowboarder jumping in the air while coming down a ski mountain, concept art, artstation, unreal engine, 3d render, HD, Bokeh', 3, 'example/snow.png'],
|
173 |
-
['Portrait of a basset hound, 8k, photograph', 3, 'example/8k dog.png'],
|
174 |
['Antique photo of a dragon fire', 3, 'example/fire.png'],
|
175 |
['A space parrot flying through the cosmos, digital art', 3, 'example/parrot.png'],
|
176 |
],
|
|
|
104 |
)
|
105 |
run_button = gradio.Button(value='Generate Image').style(full_width=True)
|
106 |
output_image = gradio.Image(
|
107 |
+
value='example/8k dog.png',
|
108 |
label='Output Image',
|
109 |
type='file',
|
110 |
interactive=False
|
|
|
161 |
|
162 |
gradio.Examples(
|
163 |
examples=[
|
164 |
+
['Portrait of a basset hound, 8k, photograph', 3, 'example/8k dog.png'],
|
165 |
['A diorama of Puppy cloud ,8k, photograph', 3, 'example/puppy.png'],
|
166 |
['A dragon that looks like a cream', 3, 'example/cream.png'],
|
167 |
['A photo of a sleeping orange tabby cat', 3, 'example/tabby.png'],
|
|
|
171 |
['A photo of a Samoyed dog with its tongue out hugging a white Siamese cat', 5, 'example/dog.png'],
|
172 |
['Dragons of Earth, Wind, Fire, powering up a huge sphere of compressed energy, digital art', 2, 'example/dragon.png'],
|
173 |
['A snowboarder jumping in the air while coming down a ski mountain, concept art, artstation, unreal engine, 3d render, HD, Bokeh', 3, 'example/snow.png'],
|
|
|
174 |
['Antique photo of a dragon fire', 3, 'example/fire.png'],
|
175 |
['A space parrot flying through the cosmos, digital art', 3, 'example/parrot.png'],
|
176 |
],
|