Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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"),
|