Upload folder using huggingface_hub
Browse files- internals/util/config.py +1 -1
internals/util/config.py
CHANGED
@@ -90,7 +90,7 @@ def api_endpoint():
|
|
90 |
if env == "prod":
|
91 |
return "https://api.autodraft.in"
|
92 |
else:
|
93 |
-
return "https://api.autodraft.in"
|
94 |
|
95 |
|
96 |
def comic_url():
|
|
|
90 |
if env == "prod":
|
91 |
return "https://api.autodraft.in"
|
92 |
else:
|
93 |
+
return "https://gamma-api.autodraft.in"
|
94 |
|
95 |
|
96 |
def comic_url():
|