amirgame197 commited on
Commit
e475598
1 Parent(s): c55018f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/" + text + "&width=1536&height=1536&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=1536&height=1536&nologo=true&seed=" + str(random.randint(0, 999999999)))
13
 
14
  if response.status_code == 200:
15