Spaces:
Running
on
Zero
Running
on
Zero
alfredplpl
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ from compel import Compel, ReturnedEmbeddingsType
|
|
10 |
from huggingface_hub import hf_hub_download
|
11 |
from safetensors.torch import load_file
|
12 |
|
13 |
-
model_id = "aipicasso/emi-2"
|
14 |
token=os.environ["TOKEN"]
|
15 |
|
16 |
scheduler = EulerAncestralDiscreteScheduler.from_pretrained(model_id,subfolder="scheduler",token=token)
|
@@ -77,8 +77,8 @@ normal_examples = [
|
|
77 |
]
|
78 |
|
79 |
with gr.Blocks(css=css) as demo:
|
80 |
-
gr.Markdown('''# Emi 2
|
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")
|
|
|
10 |
from huggingface_hub import hf_hub_download
|
11 |
from safetensors.torch import load_file
|
12 |
|
13 |
+
model_id = "aipicasso/emi-2-5"
|
14 |
token=os.environ["TOKEN"]
|
15 |
|
16 |
scheduler = EulerAncestralDiscreteScheduler.from_pretrained(model_id,subfolder="scheduler",token=token)
|
|
|
77 |
]
|
78 |
|
79 |
with gr.Blocks(css=css) as demo:
|
80 |
+
gr.Markdown('''# Emi 2.5
|
81 |
+
Official demo for [Emi 2.5](https://huggingface.co/aipicasso/emi-2-5). Click the generate button!<br>
|
82 |
本モデルの生成物は各種法令に従って取り扱って下さい。
|
83 |
''')
|
84 |
gr.DuplicateButton(value="Duplicate Space for private use", elem_id="duplicate-button")
|