mohammadhakimi commited on
Commit
6577110
·
1 Parent(s): dff0630

remove parentheses for spaces.GPU

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ stable_diffusion_negative_prompt = ("low quality, unformed, ugly, low resolution
45
  depth_backbone="vitb_rn50_384")
46
 
47
 
48
- @spaces.GPU()
49
  def greet(material_exemplar: Image.Image,
50
  _controlnet_conditioning_scale=0.9,
51
  _num_inference_steps=40,
 
45
  depth_backbone="vitb_rn50_384")
46
 
47
 
48
+ @spaces.GPU
49
  def greet(material_exemplar: Image.Image,
50
  _controlnet_conditioning_scale=0.9,
51
  _num_inference_steps=40,