mouadenna commited on
Commit
9620aa1
1 Parent(s): 90a4d87

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ import time
21
 
22
  #load the chatbot
23
 
24
- peft_model_id = "medalpaca/medalpaca-7b"
25
 
26
  config = PeftConfig.from_pretrained(peft_model_id)
27
 
 
21
 
22
  #load the chatbot
23
 
24
+ peft_model_id = "mouadenna/MedAlpaca-lora0"
25
 
26
  config = PeftConfig.from_pretrained(peft_model_id)
27