Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -94,8 +94,8 @@ def btTranslator(docxfile):
|
|
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
|
|
|
94 |
|
95 |
####################################################################
|
96 |
#Trails
|
97 |
+
print("Program runing.....")
|
98 |
+
btTranslator(r"https://huggingface.co/spaces/ambreshrc/T5_Translator/blob/main/Trail%20Doc%20of%205000%20words.docx")
|
99 |
####################################################################
|
100 |
|
101 |
#return translated_text
|