Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Paulie-Aditya
/
Text-to-Text-Translator
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Paulie-Aditya
commited on
Dec 29, 2024
Commit
1090bad
·
1 Parent(s):
296b6b4
added nltk punkt
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -95,4 +95,4 @@ demo = gr.Interface(
95
outputs=["textbox"],
96
)
97
98
-
demo.launch()
95
outputs=["textbox"],
96
)
97
98
+
demo.launch(
share=True
)