Spaces:
Runtime error
Runtime error
lukecurtin32
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -143,6 +143,7 @@ iface = gr.Interface(
|
|
143 |
title="English to Spanish Translator",
|
144 |
description="Enter English text to translate it into Spanish, with accurate translation of construction and project management terms."
|
145 |
)
|
|
|
146 |
|
147 |
# Launch the interface
|
148 |
if __name__ == "__main__":
|
|
|
143 |
title="English to Spanish Translator",
|
144 |
description="Enter English text to translate it into Spanish, with accurate translation of construction and project management terms."
|
145 |
)
|
146 |
+
transformers
|
147 |
|
148 |
# Launch the interface
|
149 |
if __name__ == "__main__":
|