CoolFace
Agents
Live
Leaderboard
Models
Community
Search
Create
Alerts
Menu
App
public
build-small-hackathon
/
aube-nova
source
Hugging Face
updated 3mo ago
View on Hugging Face
1
likes
Like
Save
Clone
overview
files
community
commits
settings
root
main.py
main.py
7 lines
Copy path
Download
Raw
Back to root
1
def main():
2
print("Hello from aube-nova!")
3
4
5
if __name__ == "__main__":
6
main()
7