Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -117,7 +117,7 @@ def ensure_model_loaded():
|
|
| 117 |
raise
|
| 118 |
|
| 119 |
|
| 120 |
-
@spaces.GPU(duration=
|
| 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,
|