Spaces:
Sleeping
Sleeping
| #Load the necessary libraries | |
| import gradio as gr | |
| # Load the model and create a Blocks object | |
| interface = gr.Interface.load("models/MUmairAB/bert-based-MaskedLM") | |
| print(type(interface)) | |
| #Launch the interface | |
| interface.launch() |