Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -20,7 +20,7 @@ gr_interface = gr.Interface(
|
|
| 20 |
inputs=[prompt, negative_prompt],
|
| 21 |
additional_inputs=[num_inference_steps, guidance_scale],
|
| 22 |
outputs="image",
|
| 23 |
-
examples=[["Astronaut riding a horse on the moon", "Bad quality, watermark"], ["Jungle landscape, photo", "Bad quality, watermark"], ["A woman near gold car", "Bad quality, unrealistic"]]
|
| 24 |
title="Real-time Image Generation with Diffusion",
|
| 25 |
description="Enter a prompt to generate an image",
|
| 26 |
theme="soft"
|
|
|
|
| 20 |
inputs=[prompt, negative_prompt],
|
| 21 |
additional_inputs=[num_inference_steps, guidance_scale],
|
| 22 |
outputs="image",
|
| 23 |
+
examples=[["Astronaut riding a horse on the moon", "Bad quality, watermark"], ["Jungle landscape, photo", "Bad quality, watermark"], ["A woman near gold car", "Bad quality, unrealistic"]],
|
| 24 |
title="Real-time Image Generation with Diffusion",
|
| 25 |
description="Enter a prompt to generate an image",
|
| 26 |
theme="soft"
|