Tonic commited on
Commit
e0ddfc9
1 Parent(s): 9465c47

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="PIL")
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")