You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"a tiny astronaut hatching from an egg on the moon",
101
103
"a cat holding a sign that says hello world",
102
104
"an anime illustration of a wiener schnitzel",
103
105
]
104
106
105
-
css="""
107
+
# 新增的示例,将元组转换为列表
108
+
new_examples= [
109
+
['assets/girl.png', 'Make her hair dark green and her clothes checked.', 42],
110
+
['assets/boy.png', 'Change the sunglasses to a Christmas hat.', 27440001],
111
+
['assets/kaori.jpg', 'Make it a sketch.', 329918865]
112
+
]
113
+
114
+
css="""
106
115
#col-container {
107
116
margin: 0 auto;
108
117
max-width: 1000px;
109
118
}
110
119
"""
111
120
112
121
withgr.Blocks(css=css) asdemo:
113
-
122
+
114
123
withgr.Column(elem_id="col-container"):
115
124
gr.Markdown(f"""# IC-Edit
116
125
A demo for [IC-Edit](https://arxiv.org/pdf/2504.20690).
117
126
More **open-source**, with **lower costs**, **faster speed** (it takes about 9 seconds to process one image), and **powerful performance**.
127
+
For more details, check out our [Github Repository](https://github.com/River-Zhang/ICEdit) and [website](https://river-zhang.github.io/ICEdit-gh-pages/). If our project resonates with you or proves useful, we'd be truly grateful if you could spare a moment to give it a star.
0 commit comments