Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lunarflu
/
bert-test
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
lunarflu
HF staff
commited on
Nov 10, 2023
Commit
9d046e3
·
1 Parent(s):
74449dc
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,3 +1,3 @@
1
import gradio as gr
2
3
-
gr.Interface.load("
models
/
mrm8488/
bert-tiny-finetuned-sms-spam-detection").launch()
1
import gradio as gr
2
3
+
gr.Interface.load("
model
/bert-tiny-finetuned-sms-spam-detection").launch()