Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mafzaal
/
AIM-Beyond-ChatGPT
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
AIM-Beyond-ChatGPT
/
main.py
mafzaal
Initialize beyond-chatgpt project with main application logic, Docker setup, and translation files
4dc0361
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
92 Bytes
def
main
():
print
(
"Hello from beyond-chatgpt!"
)
if
__name__ ==
"__main__"
:
main()