Spaces:
Runtime error
Runtime error
Update App.py
Browse files
App.py
CHANGED
@@ -92,6 +92,11 @@ def btTranslator(docxfile):
|
|
92 |
#f2=f.getvalue()
|
93 |
return files
|
94 |
|
|
|
|
|
|
|
|
|
|
|
95 |
|
96 |
#return translated_text
|
97 |
st.title('Translator App')
|
|
|
92 |
#f2=f.getvalue()
|
93 |
return files
|
94 |
|
95 |
+
####################################################################
|
96 |
+
#Trails
|
97 |
+
|
98 |
+
btTranslator("https://huggingface.co/spaces/ambreshrc/T5_Translator/blob/main/Trail%20Doc%20of%205000%20words.docx")
|
99 |
+
####################################################################
|
100 |
|
101 |
#return translated_text
|
102 |
st.title('Translator App')
|