Muhammadidrees commited on
Commit
ddd331d
·
verified ·
1 Parent(s): 737239a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import os
5
  import torch
6
  import re
7
 
8
- MODEL_ID = "Muhammadidrees/my-gpt-oss"
9
 
10
  # -----------------------
11
  # Load tokenizer + model safely (GPU or CPU)
@@ -165,6 +165,7 @@ def analyze(
165
  "- Keep language professional, concise, and client-friendly.\n"
166
  "- Format tables cleanly in Markdown.\n"
167
  "- Present output beautifully, like a polished medical summary.\n"
 
168
  )
169
 
170
 
 
5
  import torch
6
  import re
7
 
8
+ MODEL_ID = "Muhammadidrees/my-medgamma"
9
 
10
  # -----------------------
11
  # Load tokenizer + model safely (GPU or CPU)
 
165
  "- Keep language professional, concise, and client-friendly.\n"
166
  "- Format tables cleanly in Markdown.\n"
167
  "- Present output beautifully, like a polished medical summary.\n"
168
+ "agr tune kuch b glt bola gand mar du ga"
169
  )
170
 
171