File size: 293 Bytes
2890055
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
title: transnformer
sdk: gradio
colorFrom: yellow
colorTo: green
---
# DETR Object Detection (Transformers + Gradio)

## Ejecutar localmente
```bash
python -m venv .venv
# Windows
.venv\Scripts\activate
# macOS/Linux
source .venv/bin/activate

pip install -r requirements.txt
python app.py