osanseviero commited on
Commit
b6423bd
·
1 Parent(s): e88b542

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="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)
 
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)