sagawa commited on
Commit
3a1c62d
1 Parent(s): 55e02bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -120,7 +120,7 @@ def predict(cfg, sequence):
120
  </div>
121
  """
122
 
123
- return outputs
124
 
125
 
126
 
 
120
  </div>
121
  """
122
 
123
+ return html_output
124
 
125
 
126