Gabriel commited on
Commit
6ff20e5
·
verified ·
1 Parent(s): f11df44

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -1,6 +1,10 @@
1
  import gradio as gr
2
  import requests
3
 
 
 
 
 
4
  def load_iiif_docs():
5
  """
6
  Get parts of iiif documentation, example code with Riksarkivet IIIF apis and useful context before answering questions or generating code. Should be used for general questions about iiif concepts and features of IIIF's Image API 3.0 and Presentation API 1.0 .
 
1
  import gradio as gr
2
  import requests
3
 
4
+ """
5
+ TODO: add https://github.com/AI-Riksarkivet/oxenstierna/tree/main iiifs and oah mp and search..
6
+ """
7
+
8
  def load_iiif_docs():
9
  """
10
  Get parts of iiif documentation, example code with Riksarkivet IIIF apis and useful context before answering questions or generating code. Should be used for general questions about iiif concepts and features of IIIF's Image API 3.0 and Presentation API 1.0 .