Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -25,7 +25,7 @@ If our work is helpful for your research or applications, please cite us via:
|
|
| 25 |
journal={arXiv preprint arXiv:2403.05846},
|
| 26 |
year={2024}
|
| 27 |
}
|
| 28 |
-
|
| 29 |
📧 **Contact**
|
| 30 |
<br>
|
| 31 |
If you have any questions, please feel free to open an issue or directly reach us out at <b>[email protected]</b>.
|
|
@@ -98,10 +98,10 @@ with gr.Blocks() as demo:
|
|
| 98 |
|
| 99 |
gr.on(
|
| 100 |
triggers=[
|
| 101 |
-
prompt.submit,
|
| 102 |
generate_button.click,
|
| 103 |
-
seed.input,
|
| 104 |
-
model.input
|
| 105 |
],
|
| 106 |
fn=generate_images,
|
| 107 |
inputs=inputs,
|
|
|
|
| 25 |
journal={arXiv preprint arXiv:2403.05846},
|
| 26 |
year={2024}
|
| 27 |
}
|
| 28 |
+
```
|
| 29 |
📧 **Contact**
|
| 30 |
<br>
|
| 31 |
If you have any questions, please feel free to open an issue or directly reach us out at <b>[email protected]</b>.
|
|
|
|
| 98 |
|
| 99 |
gr.on(
|
| 100 |
triggers=[
|
| 101 |
+
# prompt.submit,
|
| 102 |
generate_button.click,
|
| 103 |
+
# seed.input,
|
| 104 |
+
# model.input
|
| 105 |
],
|
| 106 |
fn=generate_images,
|
| 107 |
inputs=inputs,
|