Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -288,10 +288,6 @@ image_generation = gr.Interface(
|
|
288 |
fn=infer,
|
289 |
inputs=[prompt, negative_prompt, seed, randomize_seed, width, height, guidance_scale, num_inference_steps],
|
290 |
outputs=[result],
|
291 |
-
examples=gr.Examples(
|
292 |
-
examples = examples,
|
293 |
-
inputs = [prompt]
|
294 |
-
),
|
295 |
title=title,
|
296 |
description=description,
|
297 |
)
|
|
|
288 |
fn=infer,
|
289 |
inputs=[prompt, negative_prompt, seed, randomize_seed, width, height, guidance_scale, num_inference_steps],
|
290 |
outputs=[result],
|
|
|
|
|
|
|
|
|
291 |
title=title,
|
292 |
description=description,
|
293 |
)
|