Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Aman72321
/
test_arabic
like
0
Runtime error
App
Files
Files
Community
5e164d8
test_arabic
/
app.py
Aman72321
Update app.py
5e164d8
verified
9 months ago
raw
Copy download link
history
blame
Safe
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()