MUmairAB commited on
Commit
8a55c10
·
verified ·
1 Parent(s): 29f2720

Update app.py

Browse files
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()