Spaces:
Runtime error
Runtime error
Commit
·
e85c7e3
1
Parent(s):
e98a980
Update app.py
Browse files
app.py
CHANGED
|
@@ -315,6 +315,6 @@ 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
|
| 319 |
outputs=gr.Plot(label="Generated Images"), title = "Stable Diffusion", description=description)
|
| 320 |
demo.launch()
|
|
|
|
| 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 Brilliance Loss")],
|
| 319 |
outputs=gr.Plot(label="Generated Images"), title = "Stable Diffusion", description=description)
|
| 320 |
demo.launch()
|