marcmaxmeister commited on
Commit
ec07fa1
·
verified ·
1 Parent(s): b42ebe6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ headers = {
12
 
13
 
14
 
15
- def call_private_api(**kwargs):
16
  # 'kwargs' should be a dict matching the input components of the target space
17
  #payload = {
18
  # "data": [input_data],
 
12
 
13
 
14
 
15
+ def call_private_api(kwargs):
16
  # 'kwargs' should be a dict matching the input components of the target space
17
  #payload = {
18
  # "data": [input_data],