Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ examples = [
|
|
31 |
["Describe the following image:", "https://hips.hearstapps.com/hmg-prod/images/cute-photos-of-cats-in-grass-1593184777.jpg", 64]
|
32 |
|
33 |
]
|
34 |
-
io = gr.Interface(fn=
|
35 |
#inputs=gr.inputs.Image(type='pil'),
|
36 |
inputs=[
|
37 |
gr.inputs.Textbox(value="Describe the following image:"),
|
|
|
31 |
["Describe the following image:", "https://hips.hearstapps.com/hmg-prod/images/cute-photos-of-cats-in-grass-1593184777.jpg", 64]
|
32 |
|
33 |
]
|
34 |
+
io = gr.Interface(fn=predict,
|
35 |
#inputs=gr.inputs.Image(type='pil'),
|
36 |
inputs=[
|
37 |
gr.inputs.Textbox(value="Describe the following image:"),
|