Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jmparejaz
/
Facial_Recognition_v0
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
jmparejaz
commited on
Oct 22, 2022
Commit
92f4d97
·
1 Parent(s):
0c5845f
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -19,4 +19,4 @@ def fun(a):
19
20
21
22
-
gr.Interface(fn=fun, inputs=
gr.Image(shape=(48
,
48)),
outputs="text").launch()
19
20
21
22
+
gr.Interface(fn=fun, inputs=
"images"
, outputs="text").launch()