Spaces:
Running
on
Zero
Running
on
Zero
Add gradio_rerun package as dependency
Browse files- app.py +1 -1
- requirements.txt +1 -0
app.py
CHANGED
@@ -36,7 +36,7 @@ def streaming_object_detection(recording_id: str, img):
|
|
36 |
stream = rec.binary_stream()
|
37 |
|
38 |
if img is None:
|
39 |
-
raise gr.Error("Must provide an image
|
40 |
|
41 |
blueprint = rrb.Blueprint(
|
42 |
rrb.Horizontal(
|
|
|
36 |
stream = rec.binary_stream()
|
37 |
|
38 |
if img is None:
|
39 |
+
raise gr.Error("Must provide an image detect objects in.")
|
40 |
|
41 |
blueprint = rrb.Blueprint(
|
42 |
rrb.Horizontal(
|
requirements.txt
CHANGED
@@ -67,6 +67,7 @@ python-multipart==0.0.20
|
|
67 |
pytz==2025.2
|
68 |
PyYAML==6.0.2
|
69 |
regex==2024.11.6
|
|
|
70 |
requests==2.32.3
|
71 |
rerun-sdk==0.23.0
|
72 |
rich==14.0.0
|
|
|
67 |
pytz==2025.2
|
68 |
PyYAML==6.0.2
|
69 |
regex==2024.11.6
|
70 |
+
gradio_rerun==0.23.0
|
71 |
requests==2.32.3
|
72 |
rerun-sdk==0.23.0
|
73 |
rich==14.0.0
|