Update app.py
Browse files
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
|
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,
|