pradeep4321 commited on
Commit
c9bab70
·
verified ·
1 Parent(s): 9154daf

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="google/gemma-2b-it", # ✅ FAST GEMMA MODEL
22
  token=HF_TOKEN
23
  )
24
 
 
18
  st.stop()
19
 
20
  client = InferenceClient(
21
+ model="google-t5/t5-base", # ✅ FAST GEMMA MODEL
22
  token=HF_TOKEN
23
  )
24