Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,29 +1,3 @@
|
|
1 |
-
Hugging Face's logo
|
2 |
-
Search models, datasets, users...
|
3 |
-
|
4 |
-
Spaces:
|
5 |
-
|
6 |
-
Epitech
|
7 |
-
/
|
8 |
-
Object-Detection
|
9 |
-
|
10 |
-
like
|
11 |
-
1
|
12 |
-
App
|
13 |
-
Files
|
14 |
-
Community
|
15 |
-
Object-Detection
|
16 |
-
/
|
17 |
-
app.py
|
18 |
-
paulmondon
|
19 |
-
Add requirements.txt
|
20 |
-
a72c3ec
|
21 |
-
raw
|
22 |
-
history
|
23 |
-
blame
|
24 |
-
contribute
|
25 |
-
delete
|
26 |
-
1.6 kB
|
27 |
from transformers import DetrImageProcessor, DetrForObjectDetection
|
28 |
import torch
|
29 |
from PIL import Image, ImageDraw
|
@@ -70,5 +44,4 @@ iface = gr.Interface(
|
|
70 |
allow_flagging=False
|
71 |
)
|
72 |
|
73 |
-
iface.launch()
|
74 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
from transformers import DetrImageProcessor, DetrForObjectDetection
|
2 |
import torch
|
3 |
from PIL import Image, ImageDraw
|
|
|
44 |
allow_flagging=False
|
45 |
)
|
46 |
|
47 |
+
iface.launch()
|
|