MuhammadHanif commited on
Commit
6d5df7b
1 Parent(s): ee4fae6

add an examples

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ app = gr.Interface(
78
  "Stable Diffusion High Resolution is compartible with another SD1.5 model and mergeable with other SD1.5 model, "
79
  "giving other model to generate high resolution images without using upscaler."
80
  ),
81
- # examples=[["a highly detailed mansion in the autumn by studio ghibli, makoto shinkai","", 1088, 1088, 30, 0]],
82
 
83
  )
84
 
 
78
  "Stable Diffusion High Resolution is compartible with another SD1.5 model and mergeable with other SD1.5 model, "
79
  "giving other model to generate high resolution images without using upscaler."
80
  ),
81
+ examples=[["a highly detailed mansion in the autumn by studio ghibli, makoto shinkai","", 1088, 1088, 30, 0]],
82
 
83
  )
84