Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
deprem-ml
/
ner-active-learning
like
5
Runtime error
App
Files
Files
Community
2
merve
HF staff
commited on
Feb 11, 2023
Commit
1cedc15
β’
1 Parent(s):
f63aeec
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
import gradio as gr
2
+
3
+
gr.Interface.load("deprem-ml/deprem-ner").launch()