Rahatara commited on
Commit
77999ce
·
verified ·
1 Parent(s): 02dfd7f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -6,7 +6,8 @@ from sentence_transformers import SentenceTransformer
6
  import numpy as np
7
  import faiss
8
 
9
- client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
 
10
 
11
  # Placeholder for the app's state
12
  class MyApp:
 
6
  import numpy as np
7
  import faiss
8
 
9
+ #client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
10
+ client = InferenceClient("HuggingFaceM4/Idefics3-8B-Llama3")
11
 
12
  # Placeholder for the app's state
13
  class MyApp: