Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Geonmo/nllb-translation-demo
ThinkAI-Morocco
/
nllb-translation-demo
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
hamzabk2post
commited on
May 18, 2024
Commit
c97bee5
·
verified
·
1 Parent(s):
4d79810
we make the url goes for public
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -80,6 +80,6 @@ if __name__ == '__main__':
80
outputs,
81
title=title,
82
description=description,
83
-
).launch()
84
85
80
outputs,
81
title=title,
82
description=description,
83
+
).launch(
share=True
)
84
85