Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ajitrajasekharan
/
Image-Text-Detection
like
6
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ajitrajasekharan
commited on
Feb 24, 2022
Commit
9c48477
·
1 Parent(s):
66265cc
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-3
app.py
CHANGED
Viewed
@@ -37,9 +37,8 @@ def main():
37
38
39
40
-
41
-
if __name__ == "__main__":
42
-
main()
43
44
45
37
38
39
40
+
if
__name__ == "__main__":
41
+
main()
42
43
44