gaur3009 commited on
Commit
da28d91
·
verified ·
1 Parent(s): ed9249d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -2,6 +2,7 @@ import gradio as gr
2
  import torch
3
  from PIL import Image
4
  from diffusers import StableDiffusionInpaintPipeline
 
5
 
6
  # Load the Stable Diffusion inpainting model
7
  def load_inpainting_model():
 
2
  import torch
3
  from PIL import Image
4
  from diffusers import StableDiffusionInpaintPipeline
5
+ import numpy as np
6
 
7
  # Load the Stable Diffusion inpainting model
8
  def load_inpainting_model():