Spaces:
Runtime error
Runtime error
Commit
·
e870b86
1
Parent(s):
eb311d6
Add hugging-face space link
Browse files
README.md
CHANGED
|
@@ -9,6 +9,9 @@ app_file: app.py
|
|
| 9 |
pinned: false
|
| 10 |
---
|
| 11 |
|
|
|
|
|
|
|
|
|
|
| 12 |
## Containerization setup
|
| 13 |
We use Docker for containerization. Since we are building a Streamlit application, we can expect to be developing solely in Python. The Docker base image we are building our container from is `python:3.10-slim`.
|
| 14 |
|
|
|
|
| 9 |
pinned: false
|
| 10 |
---
|
| 11 |
|
| 12 |
+
## Hugging 🤗 Face Space
|
| 13 |
+
<https://huggingface.co/spaces/theresatvan/patent-language-model>
|
| 14 |
+
|
| 15 |
## Containerization setup
|
| 16 |
We use Docker for containerization. Since we are building a Streamlit application, we can expect to be developing solely in Python. The Docker base image we are building our container from is `python:3.10-slim`.
|
| 17 |
|