Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ZidanM
/
essay_checker
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ZidanM
commited on
Jun 21, 2023
Commit
70d5efc
·
1 Parent(s):
c8b5722
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+7
-0
app.py
ADDED
Viewed
@@ -0,0 +1,7 @@
1
+
import gradio as gr
2
+
3
+
4
+
demo = gr.load("firqaaa/indo-sentence-bert-base", src="models",title="Lele enjoyer")
5
+
6
+
demo.launch(share=True)
7
+