import gradio as gr title = "Try Out Georgian Language Model" article = "For more information and code examples, please refer to the README file and documentation available in the model repository at https://huggingface.co/Davit6174/georgian-distilbert-mlm" examples=[["ქართული [MASK] სწავლა საკმაოდ რთულია"], ["საქართველოს [MASK] ნაკრები ერთა ლიგაზე კარგად ასპარეზობს"], ["ქართული ღვინო განთქმულია [MASK] მსოფლიოში"]] gr.Interface.load("models/Davit6174/georgian-distilbert-mlm", title=title, article=article, examples=examples).launch()