Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ with gr.Blocks() as demo:
|
|
44 |
|
45 |
with gr.Row():
|
46 |
with gr.Column():
|
47 |
-
image_input = gr.Image(type="
|
48 |
prompt_input = gr.Textbox(label="Prompt")
|
49 |
with gr.Column():
|
50 |
output_text = gr.Textbox(label="Response")
|
|
|
44 |
|
45 |
with gr.Row():
|
46 |
with gr.Column():
|
47 |
+
image_input = gr.Image(type="PIL")
|
48 |
prompt_input = gr.Textbox(label="Prompt")
|
49 |
with gr.Column():
|
50 |
output_text = gr.Textbox(label="Response")
|