Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated fromΒ
fancyfeast/joy-caption-beta-one
svjack
/
joy-caption-beta-one
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
svjack
commited on
May 24
Commit
01cedea
Β·
verified
Β·
1 Parent(s):
d0a1b8c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -376,4 +376,4 @@ with gr.Blocks() as demo:
376
377
378
if __name__ == "__main__":
379
-
demo.launch()
376
377
378
if __name__ == "__main__":
379
+
demo.launch(
share = True
)