Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Tymec
/
sentiment-analysis
like
0
Sleeping
App
Files
Files
Fetching metadata from the HF Docker repository...
Tymec
commited on
May 30, 2024
Commit
63ffb6b
·
1 Parent(s):
b42b884
Remove prev entry point
Browse files
Files changed (1)
hide
show
app.py
+0
-5
app.py
DELETED
Viewed
@@ -1,5 +0,0 @@
1
-
"""Entry point for Hugging Face gradio space."""
2
-
3
-
from app.gui import launch_gui
4
-
5
-
launch_gui(share=False)