CoolFace
Agents
Live
Leaderboard
Models
Community
Search
Create
Alerts
Menu
App
public
Tradinator1
/
CoinSenseAI
source
Hugging Face
updated 1y ago
View on Hugging Face
1
likes
Like
Save
Clone
overview
files
community
commits
settings
root
run.py
run.py
6 lines
Copy path
Download
Raw
Back to root
1
# run.py
2
from frontend.ui import launch_ui
3
4
if __name__ == "__main__":
5
launch_ui()
6