cuneytkaya commited on
Commit
f46ba08
1 Parent(s): e4dadac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -18,8 +18,8 @@ def stylize_image(input_image, prompt):
18
  iface = gr.Interface(
19
  fn=stylize_image,
20
  inputs=[
21
- gr.Image(type="pil", label="Upload your image"), # English label for image upload
22
- gr.Textbox(placeholder="Enter the art style... (e.g., Van Gogh style)", label="Art Style", lines=1) # English label and example prompt
23
  ],
24
  outputs=gr.Image(label="Stylized Image"), # English label for output
25
  title="Art and Style Transfer Demo", # English title
 
18
  iface = gr.Interface(
19
  fn=stylize_image,
20
  inputs=[
21
+ gr.Image(type="pil", label="Upload your image"),
22
+ gr.Textbox(placeholder="Enter the art style... (e.g., Van Gogh style)", label="Art Style", lines=1)
23
  ],
24
  outputs=gr.Image(label="Stylized Image"), # English label for output
25
  title="Art and Style Transfer Demo", # English title