Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
marcelhuber
/
kusssbuddy
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
marcelhuber
commited on
Jul 8, 2023
Commit
b2f2c1e
·
1 Parent(s):
52e9136
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -149,5 +149,5 @@ iface = gr.Interface(
149
)
150
151
# Launch the Gradio interface
152
-
iface.launch(share=
True
)
153
149
)
150
151
# Launch the Gradio interface
152
+
iface.launch(share=
False
)
153