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
399e37f
·
verified
·
1 Parent(s):
67568d2
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+5
-0
app.py
ADDED
Viewed
@@ -0,0 +1,5 @@
1
+
import gradio as gr
2
+
from gui import create_interface
3
+
4
+
interface = create_interface()
5
+
interface.launch(server_name="0.0.0.0", server_port=7860)