Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 216 Bytes

Readme.md

File metadata and controls

15 lines (11 loc) · 216 Bytes

Introduction

This is a simple project to demonstrate how to mock the Huggingface API.

Installation

pip install -r requirements.txt

Usage

cd /path/to/project
uvicorn app:app --reload