Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Bajiyo
/
Name_transliterations_malayalam
like
0
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
Bajiyo
commited on
Jan 16, 2024
Commit
98254bd
·
verified
·
1 Parent(s):
b1c3e90
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-1
app.py
CHANGED
Viewed
@@ -1,3 +1,5 @@
1
import gradio as gr
2
3
-
gr.Interface.load("
models
/
Bajiyo/Named_entity_transliteration_malayalam
")
.launch()
1
import gradio as gr
2
3
+
model =
gr.Interface.load("
your-username
/
your-model-name
")
4
+
5
+
model.launch()