Spaces:
Running
on
Zero
Running
on
Zero
typo
Browse files
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 =
|
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,
|