Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -17,6 +17,7 @@ def generate_content(pro,image):
|
|
17 |
if not image:
|
18 |
response = model_simple.generate_content(pro)
|
19 |
e = response.text
|
|
|
20 |
|
21 |
else:
|
22 |
response = model.generate_content([pro, image])
|
|
|
17 |
if not image:
|
18 |
response = model_simple.generate_content(pro)
|
19 |
e = response.text
|
20 |
+
print(e)
|
21 |
|
22 |
else:
|
23 |
response = model.generate_content([pro, image])
|