Update app.py
Browse files
app.py
CHANGED
|
@@ -25,7 +25,7 @@ with st.sidebar:
|
|
| 25 |
|
| 26 |
# 모델 선택 드롭다운 (필요 시 다른 모델 추가)
|
| 27 |
model_options = [
|
| 28 |
-
"deepseek-ai/DeepSeek-R1-Distill-
|
| 29 |
]
|
| 30 |
selected_model = st.selectbox("Select Model", model_options, index=0)
|
| 31 |
|
|
|
|
| 25 |
|
| 26 |
# 모델 선택 드롭다운 (필요 시 다른 모델 추가)
|
| 27 |
model_options = [
|
| 28 |
+
"deepseek-ai/DeepSeek-R1-Distill-Qwen-32B",
|
| 29 |
]
|
| 30 |
selected_model = st.selectbox("Select Model", model_options, index=0)
|
| 31 |
|