Gabriel commited on
Commit
2708fc2
·
verified ·
1 Parent(s): 490767e

Update app.py

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