nostalgebraist commited on
Commit
2d98384
·
1 Parent(s): 789fb56
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -96,7 +96,7 @@ if st.button('rweerew'):
96
  count_low_res, count_high_res = 0, 0
97
  times_low, times_high = [], []
98
 
99
- t = 0
100
 
101
  for s, xs in handler(text, ts1, ts2, gs1):
102
  s = Image.fromarray(s[0])
 
96
  count_low_res, count_high_res = 0, 0
97
  times_low, times_high = [], []
98
 
99
+ t = time.time()
100
 
101
  for s, xs in handler(text, ts1, ts2, gs1):
102
  s = Image.fromarray(s[0])