Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ekaterinatao
/
house_md_bot
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ekaterinatao
commited on
Jul 5, 2024
Commit
b0d2d8c
·
verified
·
1 Parent(s):
bcf2be6
Update app.py
Browse files
add share=True in launch
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -13,4 +13,4 @@ interface = gr.Interface(
13
title=title,
14
description=description
15
)
16
-
interface.launch()
13
title=title,
14
description=description
15
)
16
+
interface.launch(
share=True
)