Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AamirMalik
/
SignLanguage
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
AamirMalik
commited on
Feb 23, 2025
Commit
9a01b9d
·
verified
·
1 Parent(s):
df72a15
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -70,4 +70,5 @@ def main():
70
else:
71
st.warning("Please enter some text.")
72
73
-
if __name__ == "__main__":
70
else:
71
st.warning("Please enter some text.")
72
73
+
if __name__ == "__main__":
74
+
main()