Spaces:
Runtime error
Runtime error
Commit
·
e98a980
1
Parent(s):
1a4dc5b
Update app.py
Browse files
app.py
CHANGED
|
@@ -314,7 +314,7 @@ description = 'Stable Diffusion is a generative artificial intelligence (generat
|
|
| 314 |
title = 'Image Generation using Stable Diffusion'
|
| 315 |
|
| 316 |
demo = gr.Interface(image_generator_wrapper,
|
| 317 |
-
inputs=[gr.Textbox(label="Enter prompt for generation", type="text", value="
|
| 318 |
gr.Radio(["Yes", "No"], value="No" , label="Apply Contrast Loss")],
|
| 319 |
outputs=gr.Plot(label="Generated Images"), title = "Stable Diffusion", description=description)
|
| 320 |
demo.launch()
|
|
|
|
| 314 |
title = 'Image Generation using Stable Diffusion'
|
| 315 |
|
| 316 |
demo = gr.Interface(image_generator_wrapper,
|
| 317 |
+
inputs=[gr.Textbox(label="Enter prompt for generation", type="text", value="A ballerina cat dancing in space"),
|
| 318 |
gr.Radio(["Yes", "No"], value="No" , label="Apply Contrast Loss")],
|
| 319 |
outputs=gr.Plot(label="Generated Images"), title = "Stable Diffusion", description=description)
|
| 320 |
demo.launch()
|