Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ css = """
|
|
27 |
"""
|
28 |
|
29 |
header = """
|
30 |
-
#
|
31 |
<div style="text-align: center; display: flex; justify-content: left; gap: 5px;">
|
32 |
<a href="https://arxiv.org/abs/2411.15098"><img src="https://img.shields.io/badge/ariXv-Paper-A42C25.svg" alt="arXiv"></a>
|
33 |
<a href="https://huggingface.co/spaces/Yuanshi/OminiControl"><img src="https://img.shields.io/badge/🤗OminiControl-Demo-ffbd45.svg" alt="HuggingFace"></a>
|
@@ -196,7 +196,4 @@ if USE_ZERO_GPU:
|
|
196 |
|
197 |
if __name__ == "__main__":
|
198 |
demo = gradio_interface()
|
199 |
-
demo.launch(
|
200 |
-
debug=True,
|
201 |
-
server_name="0.0.0.0",
|
202 |
-
)
|
|
|
27 |
"""
|
28 |
|
29 |
header = """
|
30 |
+
# 🎨 OminiControl Art
|
31 |
<div style="text-align: center; display: flex; justify-content: left; gap: 5px;">
|
32 |
<a href="https://arxiv.org/abs/2411.15098"><img src="https://img.shields.io/badge/ariXv-Paper-A42C25.svg" alt="arXiv"></a>
|
33 |
<a href="https://huggingface.co/spaces/Yuanshi/OminiControl"><img src="https://img.shields.io/badge/🤗OminiControl-Demo-ffbd45.svg" alt="HuggingFace"></a>
|
|
|
196 |
|
197 |
if __name__ == "__main__":
|
198 |
demo = gradio_interface()
|
199 |
+
demo.launch(ssr_mode=False)
|
|
|
|
|
|