import gradio as gr translator=gr.Interface.load("models/Amitesh007/finetuned-eng-hi-translation") if __name__ == "__main__": translator.launch()