Sean Laurent commited on
Commit
df9b97c
·
1 Parent(s): 4bf3352

Minor change

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import os
4
 
5
  openai.api_key = os.environ.get("OPENAI_API_KEY")
6
 
7
- # Dalle API
8
  def open_ai_txt2img(prompt):
9
  response = openai.Image.create(
10
  prompt=prompt,
 
4
 
5
  openai.api_key = os.environ.get("OPENAI_API_KEY")
6
 
7
+ # Dalle API -openai
8
  def open_ai_txt2img(prompt):
9
  response = openai.Image.create(
10
  prompt=prompt,