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
03050b3
·
1 Parent(s):
d4ac851
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -13,5 +13,5 @@ def fun(a):
13
14
15
16
-
iface = gr.Interface(fn=
rgb2gray
, inputs="image", outputs=["text","image"])
17
iface.launch()
13
14
15
16
+
iface = gr.Interface(fn=
fun
, inputs="image", outputs=["text","image"])
17
iface.launch()