Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
ASesYusuf1/SESA_Fast_Separation
NeoPy
/
SESA_Fast_Separation
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ASesYusuf1
commited on
May 15, 2025
Commit
ada146e
·
verified
·
1 Parent(s):
8013e74
Delete app.py
Browse files
Files changed (1)
hide
show
app.py
+0
-5
app.py
DELETED
Viewed
@@ -1,5 +0,0 @@
1
-
import gradio as gr
2
-
from gui import create_interface
3
-
4
-
app = create_interface()
5
-
app.launch(server_name="0.0.0.0", server_port=args.port)