Spaces:
Runtime error
Runtime error
minor
Browse files
app.py
CHANGED
@@ -75,7 +75,7 @@ with gr.Blocks() as demo:
|
|
75 |
with gr.Row():
|
76 |
with gr.Column(elem_id="col-container-1"):
|
77 |
with gr.Row():
|
78 |
-
input_image = gr.Image(label="Input image", sources=['upload', 'webcam'
|
79 |
|
80 |
with gr.Row():
|
81 |
description_prompt = gr.Text(
|
|
|
75 |
with gr.Row():
|
76 |
with gr.Column(elem_id="col-container-1"):
|
77 |
with gr.Row():
|
78 |
+
input_image = gr.Image(label="Input image", sources=['upload', 'webcam'], type="pil")
|
79 |
|
80 |
with gr.Row():
|
81 |
description_prompt = gr.Text(
|