Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Vikhrmodels/small-shlepa-lb
kz-transformers
/
kaz-llm-lb
like
4
Running
App
Files
Files
Community
4
Fetching metadata from the HF Docker repository...
AlexWortega
commited on
Jul 8, 2024
Commit
e0ca2ed
·
verified
·
1 Parent(s):
fa3197f
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -220,4 +220,4 @@ if __name__ == "__main__":
220
scheduler.start()
221
222
demo_app = build_demo()
223
-
demo_app.launch(debug=True)
220
scheduler.start()
221
222
demo_app = build_demo()
223
+
demo_app.launch(debug=True
,share=True
)