Beta
Explore
Marketplace
Neural Labs
Chat
Wallet
Docs
demo-app – AI Model by Rizal684 | AlphaNeural AI
You can deploy this model and start earning money today!
Rizal684
/
demo-app
like
0
apache-2.0
us
Views
No views yet
Model card
Files and Versions
Community
API
Deploy
from huggingface_hub import HfApi
api = HfApi() api.upload_file( path_or_fileobj="/path/ke/file/model_anda.pth", # Path ke file model Anda path_in_repo="pytorch_model.bin", # Nama file di repositori repo_id="username_anda/nama-model-anda", )