Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Phoenix21
/
AiNewsV2
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
AiNewsV2
/
app.py
Phoenix21
cleaned app.py
9c064a4
26 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
128 Bytes
from
ui
import
launch_ui
def
main
():
print
(
"Launching web UI..."
)
launch_ui()
if
__name__ ==
"__main__"
:
main()