Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -98,7 +98,7 @@ with gr.Blocks() as demo:
|
|
| 98 |
# Event handling - Trigger image generation on button click or input change
|
| 99 |
enhanceBtn.click(
|
| 100 |
fn=generate_image,
|
| 101 |
-
inputs=[prompt, seed, width, height
|
| 102 |
outputs=[result, seed, latency],
|
| 103 |
show_progress="hidden",
|
| 104 |
show_api=False,
|
|
|
|
| 98 |
# Event handling - Trigger image generation on button click or input change
|
| 99 |
enhanceBtn.click(
|
| 100 |
fn=generate_image,
|
| 101 |
+
inputs=[prompt, seed, width, height],
|
| 102 |
outputs=[result, seed, latency],
|
| 103 |
show_progress="hidden",
|
| 104 |
show_api=False,
|