Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import numpy as np
|
|
4 |
|
5 |
from huggingface_hub import login
|
6 |
|
7 |
-
login(token=
|
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):
|