Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
evawade17
/
acne_detector
like
2
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
evawade17
commited on
Oct 16, 2022
Commit
8f7782a
·
1 Parent(s):
9a70701
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -20,4 +20,4 @@ intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=exa
20
intf.launch(inline=False)
21
22
23
-
#
test
20
intf.launch(inline=False)
21
22
23
+
#
update