Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,6 +3,7 @@ import numpy as np
|
|
| 3 |
|
| 4 |
import spaces
|
| 5 |
import torch
|
|
|
|
| 6 |
|
| 7 |
from diffusers import FluxFillPipeline
|
| 8 |
|
|
@@ -59,7 +60,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 59 |
image_mode='RGB',
|
| 60 |
layers=False,
|
| 61 |
brush=gr.Brush(colors=["#FFFFFF"], color_mode="fixed"),
|
| 62 |
-
height=
|
| 63 |
)
|
| 64 |
prompt = gr.Text(
|
| 65 |
label="Prompt",
|
|
|
|
| 3 |
|
| 4 |
import spaces
|
| 5 |
import torch
|
| 6 |
+
import spaces
|
| 7 |
|
| 8 |
from diffusers import FluxFillPipeline
|
| 9 |
|
|
|
|
| 60 |
image_mode='RGB',
|
| 61 |
layers=False,
|
| 62 |
brush=gr.Brush(colors=["#FFFFFF"], color_mode="fixed"),
|
| 63 |
+
height=600
|
| 64 |
)
|
| 65 |
prompt = gr.Text(
|
| 66 |
label="Prompt",
|