fffiloni commited on
Commit
a5c9736
1 Parent(s): 20c0b53

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ def infer(image_input):
25
  clipi_result = clipi_client.predict(
26
  image_input, # str (filepath or URL to image) in 'parameter_3' Image component
27
  "best", # str in 'Select mode' Radio component
28
- 6, # int | float (numeric value between 2 and 24) in 'best mode max flavors' Slider component
29
  api_name="/clipi2"
30
  )
31
  print(clipi_result)
 
25
  clipi_result = clipi_client.predict(
26
  image_input, # str (filepath or URL to image) in 'parameter_3' Image component
27
  "best", # str in 'Select mode' Radio component
28
+ 4, # int | float (numeric value between 2 and 24) in 'best mode max flavors' Slider component
29
  api_name="/clipi2"
30
  )
31
  print(clipi_result)