Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -59,8 +59,6 @@ def infer(input_image, prompt, progress=gr.Progress(track_tqdm=True)):
|
|
| 59 |
return (input_image, image), seed
|
| 60 |
|
| 61 |
|
| 62 |
-
title = f"""FLUX.1 Kontext Image Editing"""
|
| 63 |
-
|
| 64 |
demo = gr.Interface(
|
| 65 |
fn=infer,
|
| 66 |
inputs=[
|
|
@@ -83,7 +81,7 @@ demo = gr.Interface(
|
|
| 83 |
],
|
| 84 |
cache_examples=True,
|
| 85 |
cache_mode="lazy",
|
| 86 |
-
title=
|
| 87 |
)
|
| 88 |
|
| 89 |
demo.launch(mcp_server=True)
|
|
|
|
| 59 |
return (input_image, image), seed
|
| 60 |
|
| 61 |
|
|
|
|
|
|
|
| 62 |
demo = gr.Interface(
|
| 63 |
fn=infer,
|
| 64 |
inputs=[
|
|
|
|
| 81 |
],
|
| 82 |
cache_examples=True,
|
| 83 |
cache_mode="lazy",
|
| 84 |
+
title="FLUX.1 Kontext Image Editing"
|
| 85 |
)
|
| 86 |
|
| 87 |
demo.launch(mcp_server=True)
|