Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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("
|
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 |
"""
|