nehalelkaref commited on
Commit
2a2c53b
·
1 Parent(s): f78c2d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ def classify():
29
  for res in prediction:
30
  regions.append(labels[res['label']])
31
 
32
- return render_template(output=regions[0])
33
 
34
  if __name__ == "__main__":
35
  app.run()
 
29
  for res in prediction:
30
  regions.append(labels[res['label']])
31
 
32
+ return (output=regions[0])
33
 
34
  if __name__ == "__main__":
35
  app.run()