tonyassi commited on
Commit
f43f5f2
1 Parent(s): b622c35

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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