sarthaksavvy commited on
Commit
20b3758
·
1 Parent(s): 5a475ff

[main] added metadata

Browse files
Files changed (2) hide show
  1. .DS_Store +0 -0
  2. README.md +9 -0
.DS_Store CHANGED
Binary files a/.DS_Store and b/.DS_Store differ
 
README.md CHANGED
@@ -1,4 +1,13 @@
1
  # Huggingface Spaces for Docker with FastAPI
 
 
 
 
 
 
 
 
 
2
 
3
  ## Overview
4
  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.
 
1
  # Huggingface Spaces for Docker with FastAPI
2
+ ---
3
+ title: Google Flan Fastapi
4
+ emoji: 👁
5
+ colorFrom: green
6
+ colorTo: gray
7
+ sdk: docker
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.