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
fec1ca0
·
1 Parent(s):
482d1a4
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-3
app.py
CHANGED
Viewed
@@ -18,6 +18,4 @@ def main():
18
print('Sentence is not masked!!!')
19
20
if __name__ == "__main__":
21
-
main()
22
-
23
-
x = re.search("^The.*Spain$", txt)
18
print('Sentence is not masked!!!')
19
20
if __name__ == "__main__":
21
+
main()