shivi commited on
Commit
3dfb30e
1 Parent(s): 1ca1b91

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -51,7 +51,5 @@ with gr.Blocks() as demo:
51
  ["pink floyd division bell album cover with a starry night on Mars background", 1,50]],
52
  [prompt,samples,num_steps], gallery, generate_images, cache_examples=False)
53
 
54
- gr.Markdown("Some fun examples I created while playing with the model:")
55
- gr.HTML('<img src="./sample_outputs/1.png" alt="Italian Trulli">')
56
 
57
  demo.launch(debug=True)
 
51
  ["pink floyd division bell album cover with a starry night on Mars background", 1,50]],
52
  [prompt,samples,num_steps], gallery, generate_images, cache_examples=False)
53
 
 
 
54
 
55
  demo.launch(debug=True)