sarthaksavvy
commited on
Commit
·
4040b1d
1
Parent(s):
20b3758
[main] metadata at first
Browse files
.DS_Store
CHANGED
Binary files a/.DS_Store and b/.DS_Store differ
|
|
README.md
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
# Huggingface Spaces for Docker with FastAPI
|
2 |
---
|
3 |
title: Google Flan Fastapi
|
4 |
emoji: 👁
|
@@ -9,6 +8,8 @@ pinned: false
|
|
9 |
license: mit
|
10 |
---
|
11 |
|
|
|
|
|
12 |
## Overview
|
13 |
This repository contains a simple example of how to deploy a Huggingface model using Docker and FastAPI. The model used is the `google-flan-t5-base` model from the Huggingface model hub.
|
14 |
|
|
|
|
|
1 |
---
|
2 |
title: Google Flan Fastapi
|
3 |
emoji: 👁
|
|
|
8 |
license: mit
|
9 |
---
|
10 |
|
11 |
+
# Huggingface Spaces for Docker with FastAPI
|
12 |
+
|
13 |
## Overview
|
14 |
This repository contains a simple example of how to deploy a Huggingface model using Docker and FastAPI. The model used is the `google-flan-t5-base` model from the Huggingface model hub.
|
15 |
|