Hi @Leabriah Spencer ,
Thank you for using Microsoft Q&A.
Below is the error that I was able to repro at my end:
dupammi [ ~/azure-openai/Labfiles/05-image-generation/Python ]$ generate-image.py
bash: generate-image.py: command not found
Instead of above command, please use below command:
dupammi [ ~/azure-openai/Labfiles/05-image-generation/Python ]$ python generate-image.py
Command : python generate-image.py
It gives you a prompt like below.
Enter a prompt to request an image:
Hope this helps. Thanks!
If this answers your query, do click Accept Answer
and Yes
for was this answer helpful. And, if you have any further query do let us know.