CoolFace
Apppublic

pepperumo/MVTec_Website

sourceHugging Facemitupdated 2y agoView on Hugging Face
3likes
README.md34 linesDownload Raw Back to root
1---2title: MVTec Website3emoji: ๐Ÿ“š4colorFrom: red5colorTo: blue6sdk: streamlit7sdk_version: 1.42.08app_file: app.py9pinned: false10license: mit11short_description: MVTec website12---13 14Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference15 16 17 18 19 20# ๐ŸŽˆ Blank app template21 22A simple Streamlit app template for you to modify!23 24[![Open in Streamlit](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://blank-app-template.streamlit.app/)25 26### How to run it on your own machine27 281. Install the requirements29 30   ```31   $ pip install -r requirements.txt32   ```33 34