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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -97,6 +97,6 @@ iface = gr.Interface(fn=run, inputs=[
97
  outputs=["image"],
98
  css=css,
99
  title="Image Editing with Controls of Object Attributes including Backgrounds, Sizes, Positions and Directions",
100
- description="Gradio Demo for Image Editing with Controls of Object Attributes including Backgrounds, Sizes, Positions and Directions",
101
  article="ImageNet-E")
102
  iface.launch(enable_queue=True)
 
97
  outputs=["image"],
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)