yulongchen commited on
Commit
765435c
·
1 Parent(s): 66f505c

Add system

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -179,7 +179,7 @@ def run_model():
179
  "suggestion_meta": suggestion_meta,
180
  "time_start": time_start,
181
  "time_end": time_end,
182
- "runtime": runtime,
183
  "pledge_author": pledge_author,
184
  "pledge_date": pledge_date,
185
  "events": events
 
179
  "suggestion_meta": suggestion_meta,
180
  "time_start": time_start,
181
  "time_end": time_end,
182
+ "runtime": runtime.total_seconds(),
183
  "pledge_author": pledge_author,
184
  "pledge_date": pledge_date,
185
  "events": events