Spaces:
Running
Running
Update app.py
Browse files
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 |
-
|
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:
|