Spaces:
Running
Running
sanbo
commited on
Commit
·
f7bf6aa
1
Parent(s):
6dbf541
update sth. at 2024-11-21 17:04:24
Browse files
支持类型.md
CHANGED
@@ -24,7 +24,6 @@ image = client.text_to_image("An astronaut riding a horse on the moon.")
|
|
24 |
image.save("/Users/sanbo/Desktop/astronaut.png") # 'image' is a PIL.Image object
|
25 |
|
26 |
|
27 |
-
|
28 |
from huggingface_hub import InferenceClient
|
29 |
client = InferenceClient("black-forest-labs/FLUX.1-dev")
|
30 |
image = client.text_to_image("一个天上飞的乌龟.")
|
|
|
24 |
image.save("/Users/sanbo/Desktop/astronaut.png") # 'image' is a PIL.Image object
|
25 |
|
26 |
|
|
|
27 |
from huggingface_hub import InferenceClient
|
28 |
client = InferenceClient("black-forest-labs/FLUX.1-dev")
|
29 |
image = client.text_to_image("一个天上飞的乌龟.")
|