Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -165,7 +165,7 @@ with gr.Blocks(css=CSS, theme='ParityError/Interstellar') as demo:
|
|
165 |
),
|
166 |
gr.Dropdown(
|
167 |
choices=list(MODELS.keys()),
|
168 |
-
value="Phi-3.5-mini",
|
169 |
label="γ’γγ«ιΈζ",
|
170 |
),
|
171 |
],
|
|
|
165 |
),
|
166 |
gr.Dropdown(
|
167 |
choices=list(MODELS.keys()),
|
168 |
+
value="Borea-Phi-3.5-mini-Jp",
|
169 |
label="γ’γγ«ιΈζ",
|
170 |
),
|
171 |
],
|