Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
seawolf2357/msvision1
seawolf2357
/
msVision_3
like
0
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
seawolf2357
commited on
Feb 26, 2024
Commit
9cf25fd
·
verified
·
1 Parent(s):
6602983
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -41,3 +41,5 @@ iface = gr.Interface(
41
42
# 인터페이스 실행
43
iface.launch()
41
42
# 인터페이스 실행
43
iface.launch()
44
+
45
+
examples = [['./dog.jpg'],]