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
0dd58e6
·
1 Parent(s):
85e3f3b
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="
images
", outputs="text").launch()
19
20
21
22
+
gr.Interface(fn=fun, inputs="
image
", outputs="text").launch()