Spaces:
Running
on
Zero
Running
on
Zero
gokaygokay
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -67,6 +67,7 @@ def process_workflow(image, text_prompt, use_enhancer, seed, randomize_seed, wid
|
|
67 |
image = Image.fromarray(image)
|
68 |
|
69 |
prompt = florence_caption(image)
|
|
|
70 |
else:
|
71 |
prompt = text_prompt
|
72 |
|
|
|
67 |
image = Image.fromarray(image)
|
68 |
|
69 |
prompt = florence_caption(image)
|
70 |
+
print(prompt)
|
71 |
else:
|
72 |
prompt = text_prompt
|
73 |
|