Spaces:
Running
on
Zero
Running
on
Zero
alfredplpl
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -72,7 +72,7 @@ def infer(prompt, seed=42, randomize_seed=False, width=512, height=512, num_infe
|
|
72 |
examples = [
|
73 |
"芝生の上にあるピザ",
|
74 |
"東京の桜と建物。満開の桜の木が並び、ピンク色の花びらが風に舞っている。桜の背景には東京の高層ビルや伝統的な建物が調和して立っている。春の陽光が全体を明るく照らし、桜と建物が美しく映えている。都市の活気と自然の美しさが融合した風景。",
|
75 |
-
"
|
76 |
]
|
77 |
|
78 |
css="""
|
@@ -86,7 +86,7 @@ with gr.Blocks(css=css) as demo:
|
|
86 |
|
87 |
with gr.Column(elem_id="col-container"):
|
88 |
gr.Markdown(f"""# CommonArt β
|
89 |
-
商用利用できる透明性の高い日本語画像生成AI
|
90 |
""")
|
91 |
|
92 |
with gr.Row():
|
|
|
72 |
examples = [
|
73 |
"芝生の上にあるピザ",
|
74 |
"東京の桜と建物。満開の桜の木が並び、ピンク色の花びらが風に舞っている。桜の背景には東京の高層ビルや伝統的な建物が調和して立っている。春の陽光が全体を明るく照らし、桜と建物が美しく映えている。都市の活気と自然の美しさが融合した風景。",
|
75 |
+
"silverでできている男性の顔写真。背景は黒い。silverはキラキラしている。",
|
76 |
]
|
77 |
|
78 |
css="""
|
|
|
86 |
|
87 |
with gr.Column(elem_id="col-container"):
|
88 |
gr.Markdown(f"""# CommonArt β
|
89 |
+
商用利用できる透明性の高い日本語画像生成AI [モデル](https://huggingface.co/aipicasso/commonart-beta) [ブログ](https://note.com/aipicasso/n/nf17f876839b2)
|
90 |
""")
|
91 |
|
92 |
with gr.Row():
|