artintel235 commited on
Commit
e55e709
·
verified ·
1 Parent(s): 4c8d63a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ TOKEN = os.getenv("TOKEN1")
9
  API_URL = os.getenv("API_URL")
10
  token_id = 1
11
  tokens_tried = 0
12
- no_of_accounts = 3
13
  model_id = os.getenv("MODEL_ID")
14
 
15
  def get_image_from_url(url):
 
9
  API_URL = os.getenv("API_URL")
10
  token_id = 1
11
  tokens_tried = 0
12
+ no_of_accounts = 6
13
  model_id = os.getenv("MODEL_ID")
14
 
15
  def get_image_from_url(url):