Commit
·
81eabf5
1
Parent(s):
ec31dc5
img
Browse files- llm_inference.py +1 -0
llm_inference.py
CHANGED
|
@@ -253,6 +253,7 @@ Your output is only the caption itself, no comments or extra formatting. The cap
|
|
| 253 |
height=height,
|
| 254 |
api_name="/generate_image"
|
| 255 |
)
|
|
|
|
| 256 |
return result
|
| 257 |
except Exception as e:
|
| 258 |
raise Exception(f"Error generating image: {str(e)}")
|
|
|
|
| 253 |
height=height,
|
| 254 |
api_name="/generate_image"
|
| 255 |
)
|
| 256 |
+
print(result)
|
| 257 |
return result
|
| 258 |
except Exception as e:
|
| 259 |
raise Exception(f"Error generating image: {str(e)}")
|