inoculatemedia commited on
Commit
0b431f9
·
verified ·
1 Parent(s): fc50380

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/FramePack-F1") -> str:
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: