Tonic commited on
Commit
09aa864
·
1 Parent(s): 853f500

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -114,8 +114,7 @@ def process_image(image_input):
114
  result = client.predict(
115
  image_path, # URL of the image
116
  True, # Additional parameter for the server (e.g., enable detailed captioning)
117
- fn_index=2,
118
- token=hf_token
119
  )
120
 
121
  return result
 
114
  result = client.predict(
115
  image_path, # URL of the image
116
  True, # Additional parameter for the server (e.g., enable detailed captioning)
117
+ fn_index=2
 
118
  )
119
 
120
  return result