test_arabic / app.py
Aman72321's picture
Update app.py
5e164d8 verified
raw
history blame contribute delete
149 Bytes
import gradio as gr
from gradio import Interface
iface = gr.Interface.load("models/CAMeL-Lab/bert-base-arabic-camelbert-da-sentiment")
iface.launch()