ai-app-factory / README.md
jbilcke-hf's picture
jbilcke-hf HF staff
initial commit
9c9e5d3
|
raw
history blame
No virus
644 Bytes
metadata
title: Space Factory
emoji: πŸ§‘β€πŸ’»πŸ¦™
colorFrom: blue
colorTo: yellow
sdk: docker
pinned: false
app_port: 7860

Generate Hugging Face Spaces using CodeLlama 34b

Examples

Local prompt examples

http://localhost:7860/?prompt=A%20simple%20page%20to%20compute%20the%20BMI%20(use%20SI%20units)

Installation

Building and run without Docker

nvm use
npm i
HF_API_TOKEN=******* npm run start

Building and running with Docker

npm run docker

This script is a shortcut executing the following commands:

docker build -t space-factory .
docker run -it -p 7860:7860 space-factory