Update app.py
Browse files
app.py
CHANGED
|
@@ -46,7 +46,7 @@ with gr.Blocks() as demo:
|
|
| 46 |
["Echoes of a forgotten song drift across the moonlit sea, where a ghost ship sails, its spectral crew bound to an eternal quest for redemption.", ""],
|
| 47 |
["Roger rabbit as a real person, photorealistic, cinematic.", ""],
|
| 48 |
["tanding tall amidst the ruins, a stone golem awakens, vines and flowers sprouting from the crevices in its body.",""]
|
| 49 |
-
], inputs=[prompt, negative_prompt], outputs=[output])
|
| 50 |
btn.click(fn=run_hidiffusion, inputs=[prompt, negative_prompt], outputs=[output])
|
| 51 |
btn_15.click(fn=run_hidiffusion, inputs=[prompt_15, negative_prompt_15], outputs=[output])
|
| 52 |
demo.launch()
|
|
|
|
| 46 |
["Echoes of a forgotten song drift across the moonlit sea, where a ghost ship sails, its spectral crew bound to an eternal quest for redemption.", ""],
|
| 47 |
["Roger rabbit as a real person, photorealistic, cinematic.", ""],
|
| 48 |
["tanding tall amidst the ruins, a stone golem awakens, vines and flowers sprouting from the crevices in its body.",""]
|
| 49 |
+
], inputs=[prompt, negative_prompt], outputs=[output], fn=run_hidiffusion)
|
| 50 |
btn.click(fn=run_hidiffusion, inputs=[prompt, negative_prompt], outputs=[output])
|
| 51 |
btn_15.click(fn=run_hidiffusion, inputs=[prompt_15, negative_prompt_15], outputs=[output])
|
| 52 |
demo.launch()
|