KeerthiVM commited on
Commit
9148d56
·
1 Parent(s): 5b1c233
Files changed (1) hide show
  1. SkinGPT.py +2 -5
SkinGPT.py CHANGED
@@ -250,11 +250,8 @@ class SkinGPT4(nn.Module):
250
 
251
  prompt = """### Skin Diagnosis Analysis ###
252
  <IMAGE>
253
- Describe the skin condition shown and provide:
254
- 1. Primary diagnosis (with confidence)
255
- 2. Three differential diagnoses
256
- 3. Recommended tests
257
- 4. Treatment options"""
258
 
259
 
260
  print(f"\n[DEBUG] Raw Prompt:\n{prompt}")
 
250
 
251
  prompt = """### Skin Diagnosis Analysis ###
252
  <IMAGE>
253
+ Could you describe the skin condition in this image?
254
+ "Please provide a detailed analysis including possible diagnoses."""
 
 
 
255
 
256
 
257
  print(f"\n[DEBUG] Raw Prompt:\n{prompt}")