Borg93 commited on
Commit
eb09877
·
1 Parent(s): 2cac3c6

Update main.py

Browse files
Files changed (1) hide show
  1. app/main.py +3 -0
app/main.py CHANGED
@@ -20,6 +20,9 @@ from htrflow.models.huggingface.trocr import TrOCR
20
  gr.set_static_paths(paths=[TEMPLATE_IMAGE_FOLDER])
21
  gr.set_static_paths(paths=[TEMPLATE_YAML_FOLDER])
22
 
 
 
 
23
 
24
  def load_markdown(language, section, content_dir="app/content"):
25
  """Load markdown content from files."""
 
20
  gr.set_static_paths(paths=[TEMPLATE_IMAGE_FOLDER])
21
  gr.set_static_paths(paths=[TEMPLATE_YAML_FOLDER])
22
 
23
+ # TODO: fix api/ endpoints..
24
+ # TODO add colab
25
+ # TDOO addd eexmaple for api
26
 
27
  def load_markdown(language, section, content_dir="app/content"):
28
  """Load markdown content from files."""