AngelBottomless yoinked commited on
Commit
d904546
1 Parent(s): 21276da

Update app.py (#2)

Browse files

- Update app.py (1bc382e016d037477f7715a240cc41d39c04729a)


Co-authored-by: yoinked <yoinked@users.noreply.huggingface.co>

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -195,7 +195,7 @@ def generate(
195
 
196
  def genwrap(*args, **kwargs):
197
  ipth, mtd = generate(*args, **kwargs)
198
- r = GRAD_CLIENT(image=grcl.file(ipth), "chen-evangelion", 0.4, False, False, api_name="/classify"))
199
  ratings = val[0]
200
  rating = rating['confidences']
201
  highestval, classtype = -1, "aa"
 
195
 
196
  def genwrap(*args, **kwargs):
197
  ipth, mtd = generate(*args, **kwargs)
198
+ r = GRAD_CLIENT.predict(image=grcl.file(ipth), "chen-evangelion", 0.4, False, False, api_name="/classify")
199
  ratings = val[0]
200
  rating = rating['confidences']
201
  highestval, classtype = -1, "aa"