Spaces:
Runtime error
Runtime error
tlodato
commited on
Commit
·
5473bc7
1
Parent(s):
b34ea79
update
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ filepath = "https://raw.githubusercontent.com/gradio-app/gradio/main/test/test_f
|
|
9 |
question = "what color is the bus?"
|
10 |
|
11 |
def vqa(image, prompt):
|
12 |
-
result = client.predict(image,
|
13 |
return result
|
14 |
|
15 |
css = """
|
|
|
9 |
question = "what color is the bus?"
|
10 |
|
11 |
def vqa(image, prompt):
|
12 |
+
result = client.predict(image,prompt,fn_index=3)
|
13 |
return result
|
14 |
|
15 |
css = """
|