Ifeanyi commited on
Commit
e5e3410
·
verified ·
1 Parent(s): 13d3692

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ import os
8
  api_key = os.getenv("GEMINI_API_KEY")
9
  genai.configure(api_key = api_key)
10
 
11
- def ImageChat(image: Union[np.ndarray, str, IO]) -> str:
12
  """
13
  Writes a short story about the uploaded image.
14
 
 
8
  api_key = os.getenv("GEMINI_API_KEY")
9
  genai.configure(api_key = api_key)
10
 
11
+ def ImageStory(image: Union[np.ndarray, str, IO]) -> str:
12
  """
13
  Writes a short story about the uploaded image.
14