Anonymous-123 commited on
Commit
cd0c844
1 Parent(s): d8cd782

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -98,5 +98,5 @@ iface = gr.Interface(fn=run, inputs=[
98
  css=css,
99
  title="Image Editing with Controls of Object Attributes including Backgrounds, Sizes, Positions and Directions",
100
  description="Demo for Image Editing with Controls of Object Attributes. *** NOTE!!! Due to the requirements of GPU, this demo cannot work on this website currently(it always returns the input image). Please download the codes and run them at your server. ***",
101
- article="ImageNet-E")
102
  iface.launch(enable_queue=True)
 
98
  css=css,
99
  title="Image Editing with Controls of Object Attributes including Backgrounds, Sizes, Positions and Directions",
100
  description="Demo for Image Editing with Controls of Object Attributes. *** NOTE!!! Due to the requirements of GPU, this demo cannot work on this website currently(it always returns the input image). Please download the codes and run them at your server. ***",
101
+ article="Our code are mostly developed based the codes of `Blended Diffusion for Text-driven Editing of Natural Images' and `TFill'")
102
  iface.launch(enable_queue=True)