aps commited on
Commit
4a76f18
1 Parent(s): d99e0ff

Update default

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,7 +91,7 @@ if __name__ == "__main__":
91
  ]
92
  demo = gr.Interface(inference,
93
  inputs=[
94
- gr.inputs.Textbox(lines=1, placeholder="Describe the content of the image", default="a cute kangaroo", label="Describe the image to which the style will be applied"),
95
  gr.inputs.Image(type="file", label="Style to be applied"),
96
  ],
97
  outputs=gr.outputs.Image(type="pil"),
 
91
  ]
92
  demo = gr.Interface(inference,
93
  inputs=[
94
+ gr.inputs.Textbox(lines=1, placeholder="Describe the content of the image", default="a modern city with neon lights", label="Describe the image to which the style will be applied"),
95
  gr.inputs.Image(type="file", label="Style to be applied"),
96
  ],
97
  outputs=gr.outputs.Image(type="pil"),