Spaces:
Runtime error
Runtime error
Commit
·
d997e94
1
Parent(s):
edcb2a9
Add trial_id variable initialization in generate_item_image function
Browse files
app.py
CHANGED
@@ -56,6 +56,7 @@ Focus on the item itself, ensuring it is fully described, and specify a plain, w
|
|
56 |
|
57 |
@spaces.GPU(duration=75)
|
58 |
def generate_item_image(object_t2i_prompt):
|
|
|
59 |
for image in pipe.flux_pipe_call_that_returns_an_iterable_of_images(
|
60 |
prompt=object_t2i_prompt,
|
61 |
guidance_scale=3.5,
|
|
|
56 |
|
57 |
@spaces.GPU(duration=75)
|
58 |
def generate_item_image(object_t2i_prompt):
|
59 |
+
trial_id = ""
|
60 |
for image in pipe.flux_pipe_call_that_returns_an_iterable_of_images(
|
61 |
prompt=object_t2i_prompt,
|
62 |
guidance_scale=3.5,
|