Spaces:
Running
on
Zero
Running
on
Zero
Prime Cai
commited on
Commit
·
1b69ccc
1
Parent(s):
9880f26
add acknowledgement
Browse files
app.py
CHANGED
@@ -150,5 +150,13 @@ with demo:
|
|
150 |
run_on_click=False # Prevents auto-submission
|
151 |
)
|
152 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
153 |
if __name__ == "__main__":
|
154 |
demo.launch(debug=False, share=True)
|
|
|
150 |
run_on_click=False # Prevents auto-submission
|
151 |
)
|
152 |
|
153 |
+
gr.HTML(
|
154 |
+
"""
|
155 |
+
<div style="text-align: center;">
|
156 |
+
* We borrowed some prompts from the awesome <a href="https://arxiv.org/abs/2411.15098" target="_blank">OminiControl</a>.
|
157 |
+
</div>
|
158 |
+
"""
|
159 |
+
)
|
160 |
+
|
161 |
if __name__ == "__main__":
|
162 |
demo.launch(debug=False, share=True)
|