krishbakshi commited on
Commit
3b6be69
·
verified ·
1 Parent(s): 14c265d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import numpy as np
4
 
5
  from huggingface_hub import login
6
 
7
- login(token='Trying FLUX.1-dev2', add_to_git_credential=True)
8
 
9
  # Define a function that takes a text input and returns an image.
10
  def text_to_image(text : str):
 
4
 
5
  from huggingface_hub import login
6
 
7
+ login(token="black-forest-labs/FLUX.1")
8
 
9
  # Define a function that takes a text input and returns an image.
10
  def text_to_image(text : str):