Spaces:
Runtime error
Runtime error
TeamHaltmannSusanaHWCEO
commited on
Commit
•
6c11bf8
1
Parent(s):
d89cd1c
Update app.py
Browse files
app.py
CHANGED
@@ -104,7 +104,7 @@ def inpaint_image(image_path):
|
|
104 |
url = "https://api.andersonrobotics.com/api/v1/generate"
|
105 |
|
106 |
payload = {
|
107 |
-
"prompt": "a boy and a girl are playing with a ball and a cat",
|
108 |
"num_samples": 1,
|
109 |
"num_return": 1,
|
110 |
"temperature": 1.0,
|
|
|
104 |
url = "https://api.andersonrobotics.com/api/v1/generate"
|
105 |
|
106 |
payload = {
|
107 |
+
"prompt": "a boy and a girl are playing with a ball and a cat and a dog",
|
108 |
"num_samples": 1,
|
109 |
"num_return": 1,
|
110 |
"temperature": 1.0,
|