Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ def predict(image):
|
|
34 |
print (inputs)
|
35 |
|
36 |
#generated_ids = client.image_to_text(**inputs, max_length=max_length)
|
37 |
-
generated_ids = client.image_to_text(inputs
|
38 |
|
39 |
print (generated_ids)
|
40 |
|
|
|
34 |
print (inputs)
|
35 |
|
36 |
#generated_ids = client.image_to_text(**inputs, max_length=max_length)
|
37 |
+
generated_ids = client.image_to_text(inputs)
|
38 |
|
39 |
print (generated_ids)
|
40 |
|