fffiloni commited on
Commit
bdf4e0d
·
verified ·
1 Parent(s): bc54443
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ def get_text_after_colon(input_text):
52
  def infer(image_input, audience):
53
  gr.Info('Calling CLIP Interrogator ...')
54
 
55
- clipi_result = client.predict(
56
  image=handle_file(image_input),
57
  mode="best",
58
  best_max_flavors=4,
 
52
  def infer(image_input, audience):
53
  gr.Info('Calling CLIP Interrogator ...')
54
 
55
+ clipi_result = clipi_client.predict(
56
  image=handle_file(image_input),
57
  mode="best",
58
  best_max_flavors=4,