Ifeanyi commited on
Commit
1d05c51
·
verified ·
1 Parent(s): 4b8b4a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -8,11 +8,10 @@ api_key = os.getenv("GEMINI_API_KEY")
8
  genai.configure(api_key = api_key)
9
 
10
  def ImageStory(image):
11
-
12
  """
13
  Writes a short story about the uploaded image.
14
 
15
- Arg:
16
  image: The image that is being uploaded
17
 
18
  Returns:
 
8
  genai.configure(api_key = api_key)
9
 
10
  def ImageStory(image):
 
11
  """
12
  Writes a short story about the uploaded image.
13
 
14
+ Args:
15
  image: The image that is being uploaded
16
 
17
  Returns: