Spaces:
Running
Running
swappping to flux1 schnell
Browse files- gradio_mcp_server.py +1 -1
gradio_mcp_server.py
CHANGED
@@ -19,7 +19,7 @@ async def generate_image(prompt: str, width: int = 512, height: int = 512) -> st
|
|
19 |
width: Image width (default: 512)
|
20 |
height: Image height (default: 512)
|
21 |
"""
|
22 |
-
client = Client("https://
|
23 |
|
24 |
try:
|
25 |
result = client.predict(
|
|
|
19 |
width: Image width (default: 512)
|
20 |
height: Image height (default: 512)
|
21 |
"""
|
22 |
+
client = Client("https://black-forest-labs-flux-1-schnell.hf.space/")
|
23 |
|
24 |
try:
|
25 |
result = client.predict(
|