Spaces:
Runtime error
Runtime error
boscacci
commited on
Commit
•
521f597
1
Parent(s):
b60d536
Update readme and emoji
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
title: Film Slate Detector
|
3 |
-
emoji:
|
4 |
colorFrom: blue
|
5 |
colorTo: green
|
6 |
sdk: gradio
|
1 |
---
|
2 |
title: Film Slate Detector
|
3 |
+
emoji: 🎬
|
4 |
colorFrom: blue
|
5 |
colorTo: green
|
6 |
sdk: gradio
|
app.py
CHANGED
@@ -9,7 +9,7 @@ detection_threshold = 0.7
|
|
9 |
checkpoint_path = "2022-10-03_resnet_slates_147.pth"
|
10 |
description = (
|
11 |
"A faster-rcnn model that detects film slates / clappers. "
|
12 |
-
"Upload an image or click an example below
|
13 |
)
|
14 |
|
15 |
# Load model
|
9 |
checkpoint_path = "2022-10-03_resnet_slates_147.pth"
|
10 |
description = (
|
11 |
"A faster-rcnn model that detects film slates / clappers. "
|
12 |
+
"Upload an image of a slate or click an example below!"
|
13 |
)
|
14 |
|
15 |
# Load model
|