shivi commited on
Commit
9159504
1 Parent(s): 7d610b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -50,6 +50,8 @@ with gr.Blocks() as demo:
50
  ["human skull in the style of pink floyd division bell",1,50],
51
  ["Pendant jewellery in the style of pink floyd division bell", 1,50]],
52
  [prompt,samples,num_steps], gallery, generate_images, cache_examples=False)
 
 
53
 
54
 
55
  demo.launch(debug=True)
 
50
  ["human skull in the style of pink floyd division bell",1,50],
51
  ["Pendant jewellery in the style of pink floyd division bell", 1,50]],
52
  [prompt,samples,num_steps], gallery, generate_images, cache_examples=False)
53
+
54
+ gr.Markdown('\n Demo created by: <a href=\"https://huggingface.co/shivi/\">Shivalika Singh</a>')
55
 
56
 
57
  demo.launch(debug=True)