Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
liaHa
/
customerview-detector
like
0
Runtime error
App
Files
Files
Community
liaHa
commited on
Mar 28
Commit
da32273
•
1 Parent(s):
879e55a
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+4
-1
app.py
CHANGED
Viewed
@@ -1 +1,4 @@
1
-
gr.load(src="huggingface", repo_id="liaHa/bertopic-base-finetuned-ecommerce-ergonomics-chair").launch()
1
+
2
+
import gradio as gr
3
+
4
+
gr.load("liaHa/bertopic-base-finetuned-ecommerce-ergonomics-chair").launch()