shivamswami's picture
Update app.py
b24110f
raw
history blame contribute delete
No virus
97 Bytes
import gradio as gr
demo = gr.Interface.load("models/bert-base-uncased")
demo.launch(share=True)