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
Fetching metadata from the HF Docker repository...
decb738
test_arabic
/
app.py
Aman72321
Create app.py
decb738
verified
11 months ago
raw
Copy download link
history
blame
120 Bytes
import
gradio
as
gr
iface = gr.Interface.load(
"models/CAMeL-Lab/bert-base-arabic-camelbert-da-sentiment"
)
iface.launch()