Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ def post_process(text):
|
|
32 |
# return text
|
33 |
|
34 |
|
35 |
-
@spaces.GPU
|
36 |
def manga_ocr(imgs):
|
37 |
texts = []
|
38 |
for img in imgs:
|
|
|
32 |
# return text
|
33 |
|
34 |
|
35 |
+
@spaces.GPU(duration=8)
|
36 |
def manga_ocr(imgs):
|
37 |
texts = []
|
38 |
for img in imgs:
|