Spaces:
Running
on
Zero
Running
on
Zero
alfredplpl
commited on
Commit
•
a5ad6db
1
Parent(s):
c7101d7
Update app.py
Browse files
app.py
CHANGED
@@ -81,6 +81,7 @@ with gr.Blocks(css=css) as demo:
|
|
81 |
Official demo for [Emi 2](https://huggingface.co/aipicasso/emi-2). Click the generate button!<br>
|
82 |
本モデルの生成物は各種法令に従って取り扱って下さい。
|
83 |
''')
|
|
|
84 |
with gr.Group():
|
85 |
with gr.Row():
|
86 |
prompt_normal = gr.Textbox(show_label=False, scale=4, placeholder="Your prompt, e.g.: 1girl, (upper body)++, brown bob short hair, brown eyes, looking at viewer, cherry blossom")
|
|
|
81 |
Official demo for [Emi 2](https://huggingface.co/aipicasso/emi-2). Click the generate button!<br>
|
82 |
本モデルの生成物は各種法令に従って取り扱って下さい。
|
83 |
''')
|
84 |
+
gr.DuplicateButton(value="Duplicate Space for private use", elem_id="duplicate-button")
|
85 |
with gr.Group():
|
86 |
with gr.Row():
|
87 |
prompt_normal = gr.Textbox(show_label=False, scale=4, placeholder="Your prompt, e.g.: 1girl, (upper body)++, brown bob short hair, brown eyes, looking at viewer, cherry blossom")
|