Gabriel commited on
Commit
30f086b
·
verified ·
1 Parent(s): f0318db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -200,7 +200,7 @@ def htrflow_htr_url(image_path: str, document_type: Literal["letter_english", "l
200
 
201
  file_name = Path(output_file_path).name
202
  temp_folder = Path(output_file_path).parent.name
203
- markdown_link = f"[{file_name}](https://gabriel-htrflow-mcp.hf.space/gradio_api//file=/tmp/gradio/{temp_folder}/{file_name})"
204
 
205
  result = {
206
  "content": file_content,
 
200
 
201
  file_name = Path(output_file_path).name
202
  temp_folder = Path(output_file_path).parent.name
203
+ markdown_link = f"[{file_name}](https://gabriel-htrflow-mcp.hf.space/gradio_api/file=/tmp/gradio/{temp_folder}/{file_name})"
204
 
205
  result = {
206
  "content": file_content,