Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
yabramuvdi
/
llms-demo
like
0
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
yabramuvdi
commited on
Feb 21
Commit
3b82846
·
verified
·
1 Parent(s):
6c99f7c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -86,4 +86,4 @@ with gr.Blocks() as demo:
86
outputs=[text, token_choice, predictions]
87
)
88
89
-
demo.queue().launch()
86
outputs=[text, token_choice, predictions]
87
)
88
89
+
demo.queue().launch(
share=True
)