Gabriel commited on
Commit
af0cb92
·
verified ·
1 Parent(s): e4a5b87

Update visualizer.py

Browse files
Files changed (1) hide show
  1. visualizer.py +1 -0
visualizer.py CHANGED
@@ -16,6 +16,7 @@ def htrflow_visualizer(image_path: str, htr_document_path: str, server_name: str
16
 
17
  Returns:
18
  str: File path to the generated visualization imagegenerated visualization image for direct download via gr.File (server_name/gradio_api/file=/tmp/gradio/{temp_folder}/{file_name})
 
19
  """
20
  try:
21
  if not image_path or not htr_document_path:
 
16
 
17
  Returns:
18
  str: File path to the generated visualization imagegenerated visualization image for direct download via gr.File (server_name/gradio_api/file=/tmp/gradio/{temp_folder}/{file_name})
19
+ e.g : https://gabriel-htrflow-mcp.hf.space/gradio_api/file=/tmp/gradio/34d5c1a8b7d5445469c4f7c638c490e0e3046b3008a0182f89c688b1b42d139b/htr_visualization.png
20
  """
21
  try:
22
  if not image_path or not htr_document_path: