Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lora-x
/
Backpack
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Lora
commited on
Apr 15, 2023
Commit
28a69c0
·
1 Parent(s):
e29168c
turn on share=True
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -87,5 +87,5 @@ with gr.Blocks() as demo:
87
outputs= [pos_outputs, neg_outputs, token_breakdown],
88
)
89
90
-
demo.launch(share=
False
)
91
87
outputs= [pos_outputs, neg_outputs, token_breakdown],
88
)
89
90
+
demo.launch(share=
True
)
91