archit11 commited on
Commit
9dddbe5
1 Parent(s): fb8f6e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ device = torch.device("cuda:0" if torch.cuda.is_available() else "cpu")
23
 
24
  # Model options
25
  MODEL_OPTIONS = [
26
- "sarvamai/OpenHathi-7B-Hi-v0.1-Base",
27
  "TokenBender/Navarna_v0_1_OpenHermes_Hindi"
28
  ]
29
 
 
23
 
24
  # Model options
25
  MODEL_OPTIONS = [
26
+ "smangrul/OpenHathi-7B-Hi-v0.1-Instruct",
27
  "TokenBender/Navarna_v0_1_OpenHermes_Hindi"
28
  ]
29