Commit
•
aee088c
1
Parent(s):
a12ee00
Update example.py
Browse files- example.py +1 -1
example.py
CHANGED
@@ -12,6 +12,6 @@ def query(payload):
|
|
12 |
return response.json()
|
13 |
|
14 |
output = query({
|
15 |
-
"inputs": "
|
16 |
"parameters": {}
|
17 |
})
|
|
|
12 |
return response.json()
|
13 |
|
14 |
output = query({
|
15 |
+
"inputs": "underwater footage, beautiful clownfishes swimming around coral",
|
16 |
"parameters": {}
|
17 |
})
|