MUmairAB's picture
Update app.py
8a55c10 verified
raw
history blame
227 Bytes
#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()