artificialguybr commited on
Commit
16da902
·
verified ·
1 Parent(s): 125b906

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import json
4
  import os
5
 
6
  # Definir variáveis de ambiente ou substituir com sua chave de API real
7
- api_key = os.getenv('API_KEY')
8
  INVOKE_URL = "https://api.nvcf.nvidia.com/v2/nvcf/pexec/functions/df2bee43-fb69-42b9-9ee5-f4eabbeaf3a8"
9
 
10
  headers = {
 
4
  import os
5
 
6
  # Definir variáveis de ambiente ou substituir com sua chave de API real
7
+ API_KEY = os.getenv('API_KEY')
8
  INVOKE_URL = "https://api.nvcf.nvidia.com/v2/nvcf/pexec/functions/df2bee43-fb69-42b9-9ee5-f4eabbeaf3a8"
9
 
10
  headers = {