pradeep4321 commited on
Commit
09dd16d
·
verified ·
1 Parent(s): 8860679

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -18,7 +18,7 @@ if not HF_TOKEN:
18
  st.stop()
19
 
20
  client = InferenceClient(
21
- model="mistralai/Mistral-7B-Instruct-v0.2",
22
  token=HF_TOKEN
23
  )
24
 
 
18
  st.stop()
19
 
20
  client = InferenceClient(
21
+ model="facebook/nllb-200-3.3B",
22
  token=HF_TOKEN
23
  )
24