pratikshahp commited on
Commit
868779d
Β·
verified Β·
1 Parent(s): 42b79f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -65,8 +65,8 @@ iface = gr.Interface(
65
  fn=generate_compliment,
66
  inputs=gr.Image(type="pil", label="Upload Image"), # Use gr.inputs.Image for image upload
67
  outputs=[
68
- gr.outputs.Textbox(label="Caption"),
69
- gr.outputs.Textbox(label="Compliment")
70
  ],
71
  title="Compliment Bot πŸ’–",
72
  description="Upload your headshot and get a personalized compliment!"
 
65
  fn=generate_compliment,
66
  inputs=gr.Image(type="pil", label="Upload Image"), # Use gr.inputs.Image for image upload
67
  outputs=[
68
+ gr.Textbox(label="Caption"),
69
+ gr.Textbox(label="Compliment")
70
  ],
71
  title="Compliment Bot πŸ’–",
72
  description="Upload your headshot and get a personalized compliment!"