Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
TutorAI-Project
/
TutorAI
like
2
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
kkzkkakky
commited on
Mar 28
Commit
aaf409c
·
verified
·
1 Parent(s):
8509f10
update: app.py to share
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -53,4 +53,5 @@ app = private_app.app
53
app.launch(
54
auth=(private_app.USERNAME, private_app.PASSWORD),
55
ssr_mode=False
56
)
53
app.launch(
54
auth=(private_app.USERNAME, private_app.PASSWORD),
55
ssr_mode=False
56
+
share=True
57
)