jeremygustine
Add model
47b1711
|
raw
history blame
590 Bytes
metadata
title: Hotdog Not Hotdog Pizza
emoji: 🐨
colorFrom: pink
colorTo: purple
sdk: gradio
sdk_version: 3.3.1
app_file: app.py
pinned: false

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference

Create a virtual environment: python3 -m venv project Activate virtual environment: source project/bin/activate Install project dependencies: pip install -r requirements.txt Install a new dependency: python -m pip install fastai Save to requirements file: pip freeze > requirements.txt

brew update brew install git-lfs git lfs install