Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mohamedabdullah
/
Arabic-Spelling-Checker
like
21
Running
App
Files
Files
Community
4
Fetching metadata from the HF Docker repository...
mohamedabdullah
commited on
Oct 20, 2022
Commit
53a1055
·
1 Parent(s):
dcde80d
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -212,4 +212,4 @@ def ar_spelling_checker(text):
212
213
btn.click(ar_spelling_checker, [text], output)
214
215
-
demo.launch()
212
213
btn.click(ar_spelling_checker, [text], output)
214
215
+
demo.launch(
inline=False
)