ChromiumPlutoniumAI commited on
Commit
57fbe5e
·
verified ·
1 Parent(s): 65394fc

Create upload.py

Browse files
Files changed (1) hide show
  1. upload.py +6 -0
upload.py ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ def push_to_hub():
2
+ model.push_to_hub(
3
+ "ChromiumPlutoniumAI/PornX_AI",
4
+ private=True,
5
+ commit_message="Updated model weights"
6
+ )