johann22 commited on
Commit
77d615b
1 Parent(s): 0246362

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, max_length=max_length)
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