Spaces:
Sleeping
Sleeping
Update gradio_mcp_server.py
Browse files- gradio_mcp_server.py +1 -1
gradio_mcp_server.py
CHANGED
|
@@ -22,7 +22,7 @@ async def generate_image(prompt: str, space_id: str = "inoculatemedia/SanaSprint
|
|
| 22 |
|
| 23 |
Args:
|
| 24 |
prompt: Text prompt describing the image to generate
|
| 25 |
-
space_id: inoculatemedia/
|
| 26 |
"""
|
| 27 |
client = get_client(space_id)
|
| 28 |
result = client.predict(
|
|
|
|
| 22 |
|
| 23 |
Args:
|
| 24 |
prompt: Text prompt describing the image to generate
|
| 25 |
+
space_id: inoculatemedia/SanaSprint
|
| 26 |
"""
|
| 27 |
client = get_client(space_id)
|
| 28 |
result = client.predict(
|