AP123 commited on
Commit
1275154
1 Parent(s): c8a4808

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -32,6 +32,11 @@ def generate_image(prompt, num_inference_steps=50, guidance_scale=7):
32
  return results.images[0]
33
 
34
  # Gradio Interface
 
 
 
 
 
35
  with gr.Blocks() as demo:
36
  gr.Markdown("## Playground-V2.5 Demo")
37
  with gr.Row():
 
32
  return results.images[0]
33
 
34
  # Gradio Interface
35
+ description = """
36
+ This demo utilizes the playgroundai/playground-v2.5-1024px-aesthetic by Playground, which is a text-to-image generative model capable of producing high-quality images.
37
+ As a community effort, this demo was put together by AngryPenguin. Link to model: https://huggingface.co/playgroundai/playground-v2.5-1024px-aesthetic
38
+ """
39
+
40
  with gr.Blocks() as demo:
41
  gr.Markdown("## Playground-V2.5 Demo")
42
  with gr.Row():