Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -187,7 +187,6 @@ image_generation = gr.Interface(
|
|
187 |
fn=infer,
|
188 |
inputs=[prompt, negative_prompt, seed, randomize_seed, width, height, guidance_scale, num_inference_steps],
|
189 |
outputs=[result],
|
190 |
-
examples =[["Dog licking ice cream"],["Cat flying in a cape"]],
|
191 |
title=title,
|
192 |
description=description,
|
193 |
)
|
|
|
187 |
fn=infer,
|
188 |
inputs=[prompt, negative_prompt, seed, randomize_seed, width, height, guidance_scale, num_inference_steps],
|
189 |
outputs=[result],
|
|
|
190 |
title=title,
|
191 |
description=description,
|
192 |
)
|