MuntasirHossain's picture
Update app.py
61a75b7
raw
history blame
113 Bytes
import gradio as gr
demo = gr.load("MuntasirHossain/distilbert-finetuned-ag-news", src="models")
demo.launch()