File size: 371 Bytes
0962672
 
fd2ef9c
 
 
0962672
 
 
 
fd2ef9c
0962672
 
 
fd2ef9c
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
title: Mona Lisa Detection
emoji: 🖼
colorFrom: white
colorTo: white
sdk: gradio
sdk_version: 3.19.1
app_file: app.py
pinned: false
license: mit
---

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

## Setup + Run
```bash
virtualenv .venv
source .venv/bin/activate 
pip install -r requirements.txt
python app.py

```