harir commited on
Commit
308235b
1 Parent(s): 4af3a7a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ def main():
11
  with st.sidebar:
12
  model_id = st.radio(
13
  "Select a model option:",
14
- ["stabilityai/stablelm-zephyr-3b", "mistralai/Mistral-7B-Instruct-v0.1", "mistralai/Mistral-7B-Instruct-v0.2", "harir/stablelm-zephyr-3b-review-toxicity", "harir/phi-3-mini-review-toxicity"]
15
  )
16
  #hf_api_key = st.text_input('HF API Key\nhttps://huggingface.co/settings/tokens')
17
  color = st.color_picker('Highlight Color', '#F44336')
 
11
  with st.sidebar:
12
  model_id = st.radio(
13
  "Select a model option:",
14
+ ["stabilityai/stablelm-zephyr-3b", "mistralai/Mistral-7B-Instruct-v0.1", "mistralai/Mistral-7B-Instruct-v0.2", "microsoft/Phi-3-mini-4k-instruct", "harir/stablelm-zephyr-3b-review-toxicity", "harir/phi-3-mini-review-toxicity"]
15
  )
16
  #hf_api_key = st.text_input('HF API Key\nhttps://huggingface.co/settings/tokens')
17
  color = st.color_picker('Highlight Color', '#F44336')