Spaces:
Sleeping
Sleeping
Update api/views.py
Browse files- api/views.py +1 -1
api/views.py
CHANGED
@@ -20,7 +20,7 @@ from .models import UseCases, DocumentTypes
|
|
20 |
# host_url = "http://16.170.244.54"
|
21 |
host_url = "https://thejagstudio-absoluteai.hf.space/"
|
22 |
googleAPIKey = "AIzaSyBeo4NGA__U6Xxy-aBE6yFm19pgq8TY-TM"
|
23 |
-
genai.configure(api_key='
|
24 |
|
25 |
|
26 |
def getAnswer(images):
|
|
|
20 |
# host_url = "http://16.170.244.54"
|
21 |
host_url = "https://thejagstudio-absoluteai.hf.space/"
|
22 |
googleAPIKey = "AIzaSyBeo4NGA__U6Xxy-aBE6yFm19pgq8TY-TM"
|
23 |
+
genai.configure(api_key='AIzaSyAVsQ6ZiJ2ikjC8qlR3bmwIZlGzNBd0Ks4')
|
24 |
|
25 |
|
26 |
def getAnswer(images):
|