Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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')
|