Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
johnjets
/
grammar
like
0
Runtime error
App
Files
Files
Community
johnjets
commited on
Jul 25, 2023
Commit
4d41c08
•
1 Parent(s):
5db90cb
more
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -58,7 +58,7 @@ demo = gr.Interface(
58
allow_flagging="never"
59
)
60
61
-
demo.launch(
share = True
)
62
63
64
# In[ ]:
58
allow_flagging="never"
59
)
60
61
+
demo.launch()
62
63
64
# In[ ]: