Araeynn commited on
Commit
a6dcccc
·
verified ·
1 Parent(s): 75e44ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import asyncio
3
  from huggingface_hub import AsyncInferenceClient
4
  import os
5
  hf = os.getenv("HF")
6
- client = AsyncInferenceClient("openai/clip-vit-large-patch14", token=hf)
7
 
8
  def image_classifier(inp):
9
  class_names = ["0", "1"]
 
3
  from huggingface_hub import AsyncInferenceClient
4
  import os
5
  hf = os.getenv("HF")
6
+ client = AsyncInferenceClient("google/siglip-so400m-patch14-384", token=hf)
7
 
8
  def image_classifier(inp):
9
  class_names = ["0", "1"]