RaviNaik commited on
Commit
145617c
·
verified ·
1 Parent(s): 8316a6e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ def generate(prompt, styles, gen_steps, loss_scale):
43
 
44
 
45
  with gr.Blocks() as app:
46
- gr.Markdown("## ERA Session20 - Stable Diffusion: Generative Art with Guidance")
47
  with gr.Row():
48
  with gr.Column():
49
  prompt_box = gr.Textbox(label="Prompt", interactive=True)
 
43
 
44
 
45
  with gr.Blocks() as app:
46
+ gr.Markdown("## Stable Diffusion: Generative Art with Guidance")
47
  with gr.Row():
48
  with gr.Column():
49
  prompt_box = gr.Textbox(label="Prompt", interactive=True)