Reubencf commited on
Commit
7988550
·
1 Parent(s): 3a19b18

Testing HF inference

Browse files
Files changed (1) hide show
  1. app/api/process/route.ts +1 -1
app/api/process/route.ts CHANGED
@@ -3,7 +3,7 @@
3
  *
4
  * Main image processing endpoint for the Nano Banana Editor.
5
  * Handles all image transformation operations using Google's Gemini AI model.
6
- *
7
  * Supported Operations:
8
  * - MERGE: Combine multiple character images into a cohesive group photo
9
  * - COMBINED: Apply multiple transformations in a single API call
 
3
  *
4
  * Main image processing endpoint for the Nano Banana Editor.
5
  * Handles all image transformation operations using Google's Gemini AI model.
6
+ *
7
  * Supported Operations:
8
  * - MERGE: Combine multiple character images into a cohesive group photo
9
  * - COMBINED: Apply multiple transformations in a single API call