KeerthiVM commited on
Commit
c0dd852
·
1 Parent(s): 5b1c0ec

Prompt change

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