Spaces:
Runtime error
Runtime error
Commit
·
605a3b1
1
Parent(s):
7c6dff2
debug
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ def image_text_zeroshot(image, text_list):
|
|
33 |
|
34 |
|
35 |
inputs = [
|
36 |
-
gr.inputs.Image(type='
|
37 |
label="Input image"),
|
38 |
gr.inputs.Textbox(lines=1,
|
39 |
label="Candidate texts"),
|
|
|
33 |
|
34 |
|
35 |
inputs = [
|
36 |
+
gr.inputs.Image(type='filepath',
|
37 |
label="Input image"),
|
38 |
gr.inputs.Textbox(lines=1,
|
39 |
label="Candidate texts"),
|