Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
laxsvips
/
apisforgenesis
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
laxsvips
commited on
May 31, 2023
Commit
44da8ca
·
1 Parent(s):
8504cf9
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -8,4 +8,4 @@ gradio_interface = gradio.Interface(
8
inputs = "text",
9
outputs = "text"
10
)
11
-
gradio_interface.launch()
8
inputs = "text",
9
outputs = "text"
10
)
11
+
gradio_interface.launch(
share=True
)