Spaces:
Runtime error
Runtime error
Update main.py
Browse files
main.py
CHANGED
@@ -12,13 +12,6 @@ description = """
|
|
12 |
This app shows how to do Document Question Answering using
|
13 |
FastAPI in a Docker Space π
|
14 |
Check out the docs for the `/predict` endpoint below to try it out!
|
15 |
-
|
16 |
-
## Usage
|
17 |
-
|
18 |
-
#### Python
|
19 |
-
|
20 |
-
![Python Snippet](https://huggingface.co/spaces/dog/fastapi-document-qa/resolve/main/use_api_in_python.png)
|
21 |
-
|
22 |
"""
|
23 |
|
24 |
# NOTE - we configure docs_url to serve the interactive Docs at the root path
|
|
|
12 |
This app shows how to do Document Question Answering using
|
13 |
FastAPI in a Docker Space π
|
14 |
Check out the docs for the `/predict` endpoint below to try it out!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
"""
|
16 |
|
17 |
# NOTE - we configure docs_url to serve the interactive Docs at the root path
|