Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
johnjets
/
grammar
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
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[ ]: