test_arabic / app.py
Aman72321's picture
Create app.py
decb738 verified
raw
history blame
120 Bytes
import gradio as gr
iface = gr.Interface.load("models/CAMeL-Lab/bert-base-arabic-camelbert-da-sentiment")
iface.launch()