Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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=
|
|
|
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": {
|