Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,7 @@ headers = {
|
|
| 12 |
|
| 13 |
|
| 14 |
|
| 15 |
-
def call_private_api(
|
| 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],
|