mrm8488 commited on
Commit
204292f
1 Parent(s): cf8abff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -34,7 +34,6 @@ examples = [
34
 
35
  ]
36
  io = gr.Interface(fn=predict,
37
- #inputs=gr.inputs.Image(type='pil'),
38
  inputs=[
39
  gr.Textbox(label="Prompt", value="Describe the following image:"),
40
  gr.Textbox(label="image URL", placeholder="Insert the URL of the image to be described"),
 
34
 
35
  ]
36
  io = gr.Interface(fn=predict,
 
37
  inputs=[
38
  gr.Textbox(label="Prompt", value="Describe the following image:"),
39
  gr.Textbox(label="image URL", placeholder="Insert the URL of the image to be described"),