Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -17,7 +17,7 @@ def get_client(space_id: str) -> Client:
|
|
| 17 |
|
| 18 |
|
| 19 |
@mcp.tool()
|
| 20 |
-
async def generate_image(prompt: str, space_id: str = "inoculatemedia/
|
| 21 |
"""Generate an image using Flux.
|
| 22 |
|
| 23 |
Args:
|
|
|
|
| 17 |
|
| 18 |
|
| 19 |
@mcp.tool()
|
| 20 |
+
async def generate_image(prompt: str, space_id: str = "inoculatemedia/SanaSprint") -> str:
|
| 21 |
"""Generate an image using Flux.
|
| 22 |
|
| 23 |
Args:
|