lukecurtin32 commited on
Commit
cabfb2a
·
verified ·
1 Parent(s): d84920c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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__":