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
66265cc
·
1 Parent(s):
bf2871b
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-1
app.py
CHANGED
Viewed
@@ -36,7 +36,9 @@ def main():
36
37
38
39
-
if
__name__ == "__main__":
40
main()
41
42
36
37
38
39
+
40
+
41
+
if __name__ == "__main__":
42
main()
43
44