Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ZidanM
/
essay_checker
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
902d590
essay_checker
/
app.py
ZidanM
Update app.py
902d590
almost 2 years ago
raw
Copy download link
history
blame
123 Bytes
import
gradio
as
gr
demo = gr.load(
"firqaaa/indo-sentence-bert-base"
, src=
"models"
,title=
"Lele enjoyer"
)
demo.launch()