ariG23498 HF Staff commited on
Commit
a4f70a0
·
verified ·
1 Parent(s): cbdb8db

Upload black-forest-labs_FLUX.2-dev_0.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. black-forest-labs_FLUX.2-dev_0.txt +11 -1
black-forest-labs_FLUX.2-dev_0.txt CHANGED
@@ -1 +1,11 @@
1
- Everything was good in black-forest-labs_FLUX.2-dev_0.txt
 
 
 
 
 
 
 
 
 
 
 
1
+ ```CODE:
2
+ from huggingface_hub import login
3
+ login(new_session=False)
4
+ ```
5
+
6
+ ERROR:
7
+ Traceback (most recent call last):
8
+ File "/tmp/black-forest-labs_FLUX.2-dev_0gsHOsV.py", line 24, in <module>
9
+ login(new_session=False)
10
+ ~~~~~^^^^^^^^^^^^^^^^^^^
11
+ TypeError: login() got an unexpected keyword argument 'new_session'