Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
radames
/
hello-py-Enchant
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
radames
commited on
Dec 5, 2022
Commit
896c160
·
1 Parent(s):
ff7e5af
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,5 +1,5 @@
1
import gradio as gr
2
-
import
pyenchant
3
4
block = gr.Blocks()
5
1
import gradio as gr
2
+
import
enchant
3
4
block = gr.Blocks()
5