harir commited on
Commit
3359b85
·
verified ·
1 Parent(s): 9e31af8

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/zephyr-3b-review-toxicity", "Mistral-7B-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", "harir/zephyr-3b-review-toxicity", "harir/Mistral-7B-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')