Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
rosebe
/
EcoSmart
like
2
Runtime error
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
rosebe
commited on
Jun 23, 2023
Commit
bed5957
·
1 Parent(s):
1f86d79
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -28,7 +28,7 @@ def snap(video):
28
29
demo = gr.Interface(
30
snap,
31
-
gr.
Video
(source="webcam"),
32
"image",
33
)
34
28
29
demo = gr.Interface(
30
snap,
31
+
gr.
Image
(source="webcam"),
32
"image",
33
)
34