dagloop5 commited on
Commit
503efa7
·
verified ·
1 Parent(s): 027bb7f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ import spaces
20
  import gradio as gr
21
 
22
  MODEL_REPO = os.environ.get("H3_MODEL_REPO", "MiniMaxAI/MiniMax-H3")
23
- CONDITIONER_SPACE = os.environ.get("H3_CONDITIONER", "mpasila/qwen3vl-conditioner")
24
  # `lazy` moves all 72.16 GiB onto the card on the first GPU call and leaves it there; `offload` hands placement to
25
  # `ComponentsManager.enable_auto_cpu_offload`. Startup placement is not an option here — see `load_models`.
26
  PLACEMENT = os.environ.get("H3_PLACEMENT", "lazy").lower()
 
20
  import gradio as gr
21
 
22
  MODEL_REPO = os.environ.get("H3_MODEL_REPO", "MiniMaxAI/MiniMax-H3")
23
+ CONDITIONER_SPACE = os.environ.get("H3_CONDITIONER", "dagloop5/qwen3vl-conditioner")
24
  # `lazy` moves all 72.16 GiB onto the card on the first GPU call and leaves it there; `offload` hands placement to
25
  # `ComponentsManager.enable_auto_cpu_offload`. Startup placement is not an option here — see `load_models`.
26
  PLACEMENT = os.environ.get("H3_PLACEMENT", "lazy").lower()