Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Tanapol
/
object_detection
like
2
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Tanapol
commited on
Oct 4, 2022
Commit
20085ae
·
1 Parent(s):
6c36af7
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -21,5 +21,5 @@ def main():
21
results = obj_model(img)
22
st.json(results)
23
24
-
if __name__ == "__main__":
25
main()
21
results = obj_model(img)
22
st.json(results)
23
24
+
if __name__ == "__main__":
25
main()