Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
JenkinsGage
/
WritingHelper
like
8
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
JenkinsGage
commited on
Mar 28, 2023
Commit
2ac7665
·
1 Parent(s):
e4e7cee
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -33,4 +33,4 @@ demo = gr.Interface(
33
outputs=['text'],
34
)
35
36
-
demo.launch(
share=True
)
33
outputs=['text'],
34
)
35
36
+
demo.launch()