MakiAi commited on
Commit
e995600
β€’
1 Parent(s): 6480777

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
  ],