yoinked commited on
Commit
51853d5
1 Parent(s): 50680a0

try without grcl(file)

Browse files
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.predict(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(ipth, "chen-evangelion", 0.4, False, False, api_name="/classify")
199
  ratings = val[0]
200
  rating = rating['confidences']
201
  highestval, classtype = -1, "aa"