Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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(
|
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(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"
|