Hugo Lindgren commited on
Commit
29526da
·
1 Parent(s): 1b7157d

model version 2

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ client = OpenAI(
15
  #api_key="NULLas"
16
  )
17
 
18
- pipe = pipeline(model="Siphh/wablab2")
19
 
20
  psychologist_url = "https://raw.githubusercontent.com/rogoran/id2223kth.github.io/master/src/serverless-ml-intro/serverless-ml-lab/wine_images/360_F_169387942_tUJn9ADX31sRDFCuK9nlBuRR4gO6a1TK.jpg"
21
  IMG = Image.open(requests.get(psychologist_url, stream=True).raw)
 
15
  #api_key="NULLas"
16
  )
17
 
18
+ pipe = pipeline(model="Siphh/wablab2", revision="85f5ec9bd0813eec8b403a7fb510d067a4b49397")
19
 
20
  psychologist_url = "https://raw.githubusercontent.com/rogoran/id2223kth.github.io/master/src/serverless-ml-intro/serverless-ml-lab/wine_images/360_F_169387942_tUJn9ADX31sRDFCuK9nlBuRR4gO6a1TK.jpg"
21
  IMG = Image.open(requests.get(psychologist_url, stream=True).raw)