artintel235 commited on
Commit
683915d
·
verified ·
1 Parent(s): d4bdcdb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ API_URL = os.getenv("API_URL")
10
  token_id = 1
11
  tokens_tried = 0
12
  no_of_accounts = 3
13
- model_id = os.getenv("cm3ugmzv2002gnckiosrwk6xi")
14
 
15
  def get_image_from_url(url):
16
  """
 
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):
16
  """