woods-today commited on
Commit
2768c0c
1 Parent(s): f2a459d

Working on it

Browse files
Files changed (1) hide show
  1. routers/training.py +2 -1
routers/training.py CHANGED
@@ -18,4 +18,5 @@ router = APIRouter()
18
  async def hifunction():
19
  prompt = "a photograph of an astronaut riding a horse"
20
  image = pipe(prompt).images[0]
21
- return [image]
 
 
18
  async def hifunction():
19
  prompt = "a photograph of an astronaut riding a horse"
20
  image = pipe(prompt).images[0]
21
+ print(image)
22
+ return ["done"]