xnetba commited on
Commit
f6fc0af
1 Parent(s): 846413b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ with st.sidebar:
48
  api_key = st.text_input("Hugging Face API Key", placeholder="hg-...", type="password")
49
  if not api_key.startswith('hg-'):
50
  st.warning('Please enter your HuggingFace API key!', icon='⚠')
51
- kwargs["model_name"] = st.selectbox("Choose Model", options=["google/flan-t5-xl"])
52
  model_settings()
53
  case EmbeddingTypes.COHERE:
54
  api_key = st.text_input("Cohere API Key", placeholder="...", type="password")
 
48
  api_key = st.text_input("Hugging Face API Key", placeholder="hg-...", type="password")
49
  if not api_key.startswith('hg-'):
50
  st.warning('Please enter your HuggingFace API key!', icon='⚠')
51
+ kwargs["model_name"] = st.selectbox("Choose Model", options=["google/flan-t5-xxl"])
52
  model_settings()
53
  case EmbeddingTypes.COHERE:
54
  api_key = st.text_input("Cohere API Key", placeholder="...", type="password")