Spaces:
Sleeping
Sleeping
Commit
·
7bfd74f
1
Parent(s):
b6423bd
Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
@@ -19,6 +19,6 @@ gr.Interface(
|
|
19 |
gr.inputs.Slider(0, 2147483647, label='Seed', default=random_seed, step=1),
|
20 |
],
|
21 |
outputs=gr.Image(shape=[256,256], type="pil", elem_id="output_image"),
|
22 |
-
title="Generate
|
23 |
-
description="This demo the <a href=\"https://huggingface.co/osanseviero/my-llama\">my-llama</a> model to generate
|
24 |
-
).launch(debug=True)
|
|
|
19 |
gr.inputs.Slider(0, 2147483647, label='Seed', default=random_seed, step=1),
|
20 |
],
|
21 |
outputs=gr.Image(shape=[256,256], type="pil", elem_id="output_image"),
|
22 |
+
title="Generate aurora with diffusers!",
|
23 |
+
description="This demo the <a href=\"https://huggingface.co/osanseviero/my-llama\">my-llama</a> model to generate aurora created by <a href=\"https://huggingface.co/osanseviero\">osanseviero</a> using the <a href=\"https://github.com/osanseviero/diffuse-it\">Diffuse It! tool</a>. Inference might take around a minute.",
|
24 |
+
).launch(debug=True, enable_queue=True)
|