vsrinivas commited on
Commit
08ef3ae
1 Parent(s): 05a9c7f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ pipeline = DiffusionPipeline.from_pretrained("runwayml/stable-diffusion-v1-5")
20
 
21
  with gr.Blocks() as demo:
22
  gr.Markdown("# Image Generation Demo & Test App by Srinivas")
23
- gr.Markdown("## Generates an Image based on Your Promt inptted and Optional parameters selected")
24
  with gr.Row():
25
  with gr.Column(scale=4):
26
  prompt = gr.Textbox(label="Your Prompt") #Give prompt some real estate
 
20
 
21
  with gr.Blocks() as demo:
22
  gr.Markdown("# Image Generation Demo & Test App by Srinivas")
23
+ gr.Markdown("## Generates an Image based on Your Promt inputted and Optional parameters selected")
24
  with gr.Row():
25
  with gr.Column(scale=4):
26
  prompt = gr.Textbox(label="Your Prompt") #Give prompt some real estate