KeerthiVM commited on
Commit
5557b53
·
1 Parent(s): 44d3f83

Prompt change

Browse files
Files changed (1) hide show
  1. SkinGPT.py +1 -1
SkinGPT.py CHANGED
@@ -205,7 +205,7 @@ class SkinGPT4(nn.Module):
205
  # ### Response:"""
206
  prompt = """### Instruction:
207
  <IMAGE>
208
- Could you describe the skin condition in this image, common symptoms, and first-line treatments in simple terms?
209
  ### Response:"""
210
 
211
  inputs = self.tokenizer(prompt, return_tensors="pt").to(image_embeds.device)
 
205
  # ### Response:"""
206
  prompt = """### Instruction:
207
  <IMAGE>
208
+ Could you describe the skin condition in this image?
209
  ### Response:"""
210
 
211
  inputs = self.tokenizer(prompt, return_tensors="pt").to(image_embeds.device)