Spaces:
Running
Running
Update app.py
Browse files
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 .
|