Spaces:
Running
Running
Testing HF inference
Browse files- 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
|