Update app.py
Browse files
app.py
CHANGED
|
@@ -15,7 +15,7 @@ def process(Prompt):
|
|
| 15 |
with open(file_path, "wb") as f:
|
| 16 |
|
| 17 |
f.write(response.content)
|
| 18 |
-
|
| 19 |
return(file_path)
|
| 20 |
|
| 21 |
title = "Pollinations Image Generator"
|
|
|
|
| 15 |
with open(file_path, "wb") as f:
|
| 16 |
|
| 17 |
f.write(response.content)
|
| 18 |
+
print(Prompt)
|
| 19 |
return(file_path)
|
| 20 |
|
| 21 |
title = "Pollinations Image Generator"
|