DebasishDhal99 commited on
Commit
a023c2c
·
verified ·
1 Parent(s): d117b1c

create image_to_tgt.py

Browse files
Files changed (1) hide show
  1. backend/image_to_tgt.py +4 -0
backend/image_to_tgt.py ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ from PIL import Image
2
+
3
+ def src_image_to_eng_translator(image_input_file):
4
+ return "Random"