hssling commited on
Commit
9c09240
·
verified ·
1 Parent(s): a268d46

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -20,6 +20,7 @@ if ADAPTER_ID:
20
  print(f"Loading custom fine-tuned LoRA weights: {ADAPTER_ID}")
21
  try:
22
  model.load_adapter(ADAPTER_ID)
 
23
  except Exception as e:
24
  print(f"Failed to load adapter. Using base model. Error: {e}")
25
 
 
20
  print(f"Loading custom fine-tuned LoRA weights: {ADAPTER_ID}")
21
  try:
22
  model.load_adapter(ADAPTER_ID)
23
+ print("✅ Adapter loaded successfully over the base Qwen2-VL engine.")
24
  except Exception as e:
25
  print(f"Failed to load adapter. Using base model. Error: {e}")
26