Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nakere424
/
Homework10_EN_fill_mask
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
nakere424
commited on
Oct 4, 2022
Commit
7ee86f4
·
1 Parent(s):
29d268e
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-2
app.py
CHANGED
Viewed
@@ -11,5 +11,5 @@ def main():
11
output = unmasker(masked)
12
13
14
-
if __name__ == "__main__":
15
-
main()
11
output = unmasker(masked)
12
13
14
+
if __name__ == "__main__":
15
+
main()