Spaces:
Runtime error
Runtime error
darshanjani
commited on
Commit
·
ec27e56
1
Parent(s):
c2ebf37
Update app.py
Browse files
app.py
CHANGED
@@ -318,5 +318,5 @@ title = 'Image Generation using Stable Diffusion'
|
|
318 |
demo = gr.Interface(image_generator_wrapper,
|
319 |
inputs=[gr.Textbox(label="Enter prompt for generation", type="text", value="a dog walking on moon"),
|
320 |
gr.Radio(["Yes", "No"], value="No" , label="Custom Loss Function")],
|
321 |
-
outputs=gr.Plot(label="Generated Images"), title = "Stable Diffusion", description=description)
|
322 |
demo.launch()
|
|
|
318 |
demo = gr.Interface(image_generator_wrapper,
|
319 |
inputs=[gr.Textbox(label="Enter prompt for generation", type="text", value="a dog walking on moon"),
|
320 |
gr.Radio(["Yes", "No"], value="No" , label="Custom Loss Function")],
|
321 |
+
outputs=gr.Plot(label="Generated Images"), title = "EE 267 Team Project - Stable Diffusion", description=description)
|
322 |
demo.launch()
|