Spaces:
Sleeping
Sleeping
Update app.py
#1
by
MUmairAB
- opened
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()
|