Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
language-tools
/
language-demo
like
3
Runtime error
App
Files
Files
Community
2
sheonhan
commited on
Jan 25, 2023
Commit
97e52ab
•
1 Parent(s):
21c3383
remove share=True
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -22,4 +22,4 @@ gr.Interface(
22
title=title,
23
description=description,
24
article=article
25
-
).launch(
share=True
)
22
title=title,
23
description=description,
24
article=article
25
+
).launch()