Spaces:
Runtime error
Runtime error
Update Methods.py
Browse files- Methods.py +1 -1
Methods.py
CHANGED
|
@@ -31,7 +31,7 @@ def generate_prompts_for_object(object_name):
|
|
| 31 |
|
| 32 |
|
| 33 |
# Function to generate the car industry history
|
| 34 |
-
def generate_object_history(object_name):
|
| 35 |
images = []
|
| 36 |
|
| 37 |
# Get prompts for the object
|
|
|
|
| 31 |
|
| 32 |
|
| 33 |
# Function to generate the car industry history
|
| 34 |
+
def generate_object_history(object_name, agent):
|
| 35 |
images = []
|
| 36 |
|
| 37 |
# Get prompts for the object
|