artintel235 commited on
Commit
0d3242a
·
verified ·
1 Parent(s): c357de1

Update app.py

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