davidegato1
commited on
add query
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ def process(Prompt):
|
|
9 |
|
10 |
file_path = os.path.join(os.path.dirname(__file__), filename)
|
11 |
|
12 |
-
response = requests.get("https://image.pollinations.ai/prompt/" + Prompt + "&width=1600&height=800&nologo=true&seed=" + str(random.randint(0, 999999999)))
|
13 |
|
14 |
if response.status_code == 200:
|
15 |
|
|
|
9 |
|
10 |
file_path = os.path.join(os.path.dirname(__file__), filename)
|
11 |
|
12 |
+
response = requests.get("https://image.pollinations.ai/prompt/" + Prompt + "&width=1600&height=800&nologo=true&enhance=true&safe=true&privateImage=false&seed=" + str(random.randint(0, 999999999)))
|
13 |
|
14 |
if response.status_code == 200:
|
15 |
|