mkthoma commited on
Commit
ed1e3ec
·
1 Parent(s): 0d4d4a2
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -277,7 +277,7 @@ def image_generator(prompt = "dog", loss_function=None):
277
 
278
  return display_images_in_rows(generated_sd_images, titles)
279
 
280
- description = "Generate an image with a prompt and apply vibrance loss if you wish to. Note that the app is hosted on a cpu and it takes atleast 15 minutes for generating images without loss"
281
 
282
  demo = gr.Interface(image_generator,
283
  inputs=[gr.Textbox(label="Enter prompt for generation", type="text", value="dog sitting on a bench"),
 
277
 
278
  return display_images_in_rows(generated_sd_images, titles)
279
 
280
+ description = "Generate an image with a prompt and apply vibrance loss if you wish to. Note that the app is hosted on a cpu and it takes atleast 15 minutes for generating images without loss. Please feel free to clone the space and use it with a GPU after increase the inference steps to more than 10 for better results"
281
 
282
  demo = gr.Interface(image_generator,
283
  inputs=[gr.Textbox(label="Enter prompt for generation", type="text", value="dog sitting on a bench"),