dhanishetty commited on
Commit
d16340f
1 Parent(s): a616b2e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ img1 = "img1.png"
6
  img3 = "img3.png"
7
 
8
 
9
- def Get_image(prompt, api_key):
10
  if api_key == '':
11
  output= img1
12
  else:
 
6
  img3 = "img3.png"
7
 
8
 
9
+ def get_image(prompt, api_key):
10
  if api_key == '':
11
  output= img1
12
  else: