Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nanom
/
to_passive_voice
like
2
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
nanom
commited on
Jan 29, 2023
Commit
cba89ba
·
1 Parent(s):
b4e6a19
Delete share parameter in launch method
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -41,5 +41,5 @@ with iface:
41
iface.launch(
42
# server_port= 9090,
43
# server_name = "0.0.0.0",
44
-
share = True
45
)
41
iface.launch(
42
# server_port= 9090,
43
# server_name = "0.0.0.0",
44
+
#
share = True
45
)