Snowad commited on
Commit
8f8226b
1 Parent(s): 705192b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: