Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -40,8 +40,7 @@ def greet(img):
|
|
40 |
|
41 |
# Write output text
|
42 |
res = """
|
43 |
-
# """ + pred[0]['label']
|
44 |
-
""" + mistral(pred[0]['label'])
|
45 |
|
46 |
return res
|
47 |
|
|
|
40 |
|
41 |
# Write output text
|
42 |
res = """
|
43 |
+
# """ + pred[0]['label']
|
|
|
44 |
|
45 |
return res
|
46 |
|