Sanket17 commited on
Commit
0d299d4
·
verified ·
1 Parent(s): 8fabb44

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -50,7 +50,7 @@ try:
50
  ).to("cuda")
51
  except:
52
  model = AutoModelForCausalLM.from_pretrained(
53
- "microsoft/OmniParser/icon_caption_florence",
54
  torch_dtype=torch.float16,
55
  trust_remote_code=True,
56
  )
 
50
  ).to("cuda")
51
  except:
52
  model = AutoModelForCausalLM.from_pretrained(
53
+ "microsoft/OmniParser",
54
  torch_dtype=torch.float16,
55
  trust_remote_code=True,
56
  )