Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Pinkstack
/
Chat-with-superthoughts-lite
like
3
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
Pinkstack
commited on
Feb 16
Commit
cd02a2b
·
verified
·
1 Parent(s):
26db043
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -271,4 +271,4 @@ with gr.Blocks(css=css) as demo:
271
272
if __name__ == "__main__":
273
demo.queue()
274
-
demo.launch()
271
272
if __name__ == "__main__":
273
demo.queue()
274
+
demo.launch(
share=True
)