Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -64,11 +64,11 @@ def inpaintGen(
|
|
| 64 |
max_sequence_length=512,
|
| 65 |
).images[0]
|
| 66 |
|
| 67 |
-
return result
|
| 68 |
|
| 69 |
|
| 70 |
-
with gr.Blocks(theme="ocean", title="Flux.1 dev
|
| 71 |
-
gr.HTML("<h1><center>Flux.1 dev
|
| 72 |
gr.HTML("""
|
| 73 |
<p>
|
| 74 |
<center>
|
|
|
|
| 64 |
max_sequence_length=512,
|
| 65 |
).images[0]
|
| 66 |
|
| 67 |
+
return result, seed
|
| 68 |
|
| 69 |
|
| 70 |
+
with gr.Blocks(theme="ocean", title="Flux.1 Fill dev", css=CSS) as demo:
|
| 71 |
+
gr.HTML("<h1><center>Flux.1 Fill dev</center></h1>")
|
| 72 |
gr.HTML("""
|
| 73 |
<p>
|
| 74 |
<center>
|