Spaces:
Sleeping
Sleeping
Commit
·
b6423bd
1
Parent(s):
e88b542
Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
@@ -20,5 +20,5 @@ gr.Interface(
|
|
20 |
],
|
21 |
outputs=gr.Image(shape=[256,256], type="pil", elem_id="output_image"),
|
22 |
title="Generate llama with diffusers!",
|
23 |
-
description="This demo the <a href=\"https://huggingface.co/osanseviero/my-llama\">my-llama</a> model to generate llama <a href
|
24 |
).launch(debug=True)
|
|
|
20 |
],
|
21 |
outputs=gr.Image(shape=[256,256], type="pil", elem_id="output_image"),
|
22 |
title="Generate llama with diffusers!",
|
23 |
+
description="This demo the <a href=\"https://huggingface.co/osanseviero/my-llama\">my-llama</a> model to generate llama <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)
|