Update app.py
Browse files
app.py
CHANGED
@@ -120,7 +120,7 @@ PIPELINE_CONFIGS = {
|
|
120 |
}
|
121 |
|
122 |
@spaces.GPU
|
123 |
-
def htrflow_htr_url(image_path: str, document_type: FormatChoices = "letter_swedish", output_format: FileChoices = DEFAULT_OUTPUT, custom_settings: Optional[str] = None, server_name= "https://gabriel-htrflow-mcp.hf.space
|
124 |
"""
|
125 |
Process handwritten text recognition (HTR) on uploaded images and return both file content and download link.
|
126 |
|
|
|
120 |
}
|
121 |
|
122 |
@spaces.GPU
|
123 |
+
def htrflow_htr_url(image_path: str, document_type: FormatChoices = "letter_swedish", output_format: FileChoices = DEFAULT_OUTPUT, custom_settings: Optional[str] = None, server_name= "https://gabriel-htrflow-mcp.hf.space") -> str:
|
124 |
"""
|
125 |
Process handwritten text recognition (HTR) on uploaded images and return both file content and download link.
|
126 |
|