ankandrew commited on
Commit
6557e37
·
verified ·
1 Parent(s): fa60b30

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -4,7 +4,8 @@ import gradio as gr
4
  from infer import MiMoVLInfer
5
  import spaces
6
 
7
- infer = MiMoVLInfer(checkpoint_path=os.environ.get('CKPT_PATH'))
 
8
 
9
  label_translations = {
10
  "gr_chatinterface_ofl": {
 
4
  from infer import MiMoVLInfer
5
  import spaces
6
 
7
+ # infer = MiMoVLInfer(checkpoint_path="XiaomiMiMo/MiMo-VL-7B-RL")
8
+ infer = MiMoVLInfer(checkpoint_path="XiaomiMiMo/MiMo-VL-7B-RL-2508")
9
 
10
  label_translations = {
11
  "gr_chatinterface_ofl": {