Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Nadil-K
/
lm-spell
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Nadil Karunarathna
commited on
Jun 4
Commit
252e169
·
1 Parent(s):
fdd932a
revert
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -57,4 +57,4 @@ def correct(text):
57
init()
58
59
demo = gr.Interface(fn=correct, inputs="text", outputs="text")
60
-
demo.launch(
share=True
)
57
init()
58
59
demo = gr.Interface(fn=correct, inputs="text", outputs="text")
60
+
demo.launch()