Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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.
|
69 |
-
gr.
|
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!"
|