keval-fst commited on
Commit
e637721
·
verified ·
1 Parent(s): f520915

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ hf_token = os.environ.get("HF_TOKEN")
10
  app = FastAPI()
11
 
12
  # Load pipeline once
13
- pipe = pipeline("image-text-to-text", model="google/medgemma-27b-it",use_auth_token=hf_token)
14
 
15
  @app.get("/")
16
  def root():
 
10
  app = FastAPI()
11
 
12
  # Load pipeline once
13
+ pipe = pipeline("image-text-to-text", model="google/medgemma-4b-pt",use_auth_token=hf_token)
14
 
15
  @app.get("/")
16
  def root():