Spaces:
Runtime error
Runtime error
Commit
·
138deff
1
Parent(s):
73c14fd
Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ gr.Interface(
|
|
18 |
inputs=[
|
19 |
gr.inputs.Slider(0, 2147483647, label='Seed', default=random_seed, step=1),
|
20 |
],
|
21 |
-
outputs=gr.Image(shape=[
|
22 |
title="Generate aurora with diffusers!",
|
23 |
description="This demo the <a href=\"https://huggingface.co/osanseviero/my-aurora\">my-aurora</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)
|
|
|
18 |
inputs=[
|
19 |
gr.inputs.Slider(0, 2147483647, label='Seed', default=random_seed, step=1),
|
20 |
],
|
21 |
+
outputs=gr.Image(shape=[32,32], type="pil", elem_id="output_image"),
|
22 |
title="Generate aurora with diffusers!",
|
23 |
description="This demo the <a href=\"https://huggingface.co/osanseviero/my-aurora\">my-aurora</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)
|