fffiloni commited on
Commit
a2c09c5
1 Parent(s): 09d059c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ def get_caption(image_in):
17
 
18
  kosmos2_result = kosmos2_client.predict(
19
  image_in, # str (filepath or URL to image) in 'Test Image' Image component
20
- "Brief", # str in 'Description Type' Radio component
21
  fn_index=4
22
  )
23
 
 
17
 
18
  kosmos2_result = kosmos2_client.predict(
19
  image_in, # str (filepath or URL to image) in 'Test Image' Image component
20
+ "Detailed", # str in 'Description Type' Radio component
21
  fn_index=4
22
  )
23