Spaces:
Runtime error
Runtime error
Commit
·
2d98384
1
Parent(s):
789fb56
whoops
Browse files
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 =
|
| 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])
|