pepperumo/MVTec_Website
3
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[](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 