orrinin commited on
Commit
d5c34d8
·
verified ·
1 Parent(s): 8e2ecdb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ def process_text(text_input, unit):
56
  result = response[1][0][1]
57
  return response[1][0][1]
58
 
59
- def process_image(image_input, unit, result):
60
  if image_input is not None:
61
  image = str(image_input)
62
  print(image)
 
56
  result = response[1][0][1]
57
  return response[1][0][1]
58
 
59
+ def process_image(image_input, unit):
60
  if image_input is not None:
61
  image = str(image_input)
62
  print(image)