Spaces:
Running
Running
Fabrice-TIERCELIN
commited on
Unused dependency
Browse files
app.py
CHANGED
@@ -3,7 +3,6 @@ import numpy as np
|
|
3 |
import time
|
4 |
import math
|
5 |
import random
|
6 |
-
import imageio
|
7 |
import torch
|
8 |
|
9 |
from diffusers import StableDiffusionXLInpaintPipeline
|
@@ -337,7 +336,7 @@ with gr.Blocks() as interface:
|
|
337 |
submit = gr.Button("🚀 Uncrop", variant = "primary")
|
338 |
|
339 |
with gr.Row():
|
340 |
-
uncropped_image = gr.Image(label = "
|
341 |
with gr.Row():
|
342 |
information = gr.HTML()
|
343 |
with gr.Row():
|
|
|
3 |
import time
|
4 |
import math
|
5 |
import random
|
|
|
6 |
import torch
|
7 |
|
8 |
from diffusers import StableDiffusionXLInpaintPipeline
|
|
|
336 |
submit = gr.Button("🚀 Uncrop", variant = "primary")
|
337 |
|
338 |
with gr.Row():
|
339 |
+
uncropped_image = gr.Image(label = "Outpainted image")
|
340 |
with gr.Row():
|
341 |
information = gr.HTML()
|
342 |
with gr.Row():
|