sunrainyg commited on
Commit
4821aa5
·
1 Parent(s): c889ffe
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -111,4 +111,5 @@ with gr.Blocks(title="Video → Q&A (Qwen2.5-VL-7B WolfV2)") as demo:
111
 
112
  # ========== App Launch ==========
113
  if __name__ == "__main__":
114
- demo.launch()
 
 
111
 
112
  # ========== App Launch ==========
113
  if __name__ == "__main__":
114
+ demo.launch(ssr_mode=False) # <- disable SSR, avoids the GPU check
115
+