VanguardAI commited on
Commit
a077a57
·
verified ·
1 Parent(s): e0996d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -117,7 +117,7 @@ def ensure_model_loaded():
117
  raise
118
 
119
 
120
- @spaces.GPU(duration=240)
121
  def extract_text_from_image(
122
  image: Image.Image,
123
  custom_prompt: str = None,
 
117
  raise
118
 
119
 
120
+ @spaces.GPU(duration=100)
121
  def extract_text_from_image(
122
  image: Image.Image,
123
  custom_prompt: str = None,