Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Realcat
/
omni-sfm
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
omni-sfm
/
app.py
vincentqyw
init
6d69218
2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
220 Bytes
from
src.gradio_ui
import
OmniConverterUI
if
__name__ ==
"__main__"
:
ui = OmniConverterUI()
app = ui.create_interface()
app.queue().launch(
server_name=
"0.0.0.0"
, server_port=
7860
, share=
False
)