Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,6 +3,6 @@ import gradio as gr
3
 
4
  # Load the model and create a Blocks object
5
  interface = gr.Interface.load("models/MUmairAB/bert-based-MaskedLM")
6
-
7
  #Launch the interface
8
  interface.launch()
 
3
 
4
  # Load the model and create a Blocks object
5
  interface = gr.Interface.load("models/MUmairAB/bert-based-MaskedLM")
6
+ print(type(interface))
7
  #Launch the interface
8
  interface.launch()