fffiloni commited on
Commit
932ef9c
1 Parent(s): 2419492

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ pipe.load_lora_weights(custom_model, use_auth_token=True)
32
  #pipe.to("cuda")
33
  pipe.enable_model_cpu_offload()
34
 
35
- def infer(image_in):
36
  prompt = "aerial view, a futuristic research complex in a bright foggy jungle, hard lighting"
37
  negative_prompt = 'low quality, bad quality, sketches'
38
 
 
32
  #pipe.to("cuda")
33
  pipe.enable_model_cpu_offload()
34
 
35
+ def infer(image_in, prompt):
36
  prompt = "aerial view, a futuristic research complex in a bright foggy jungle, hard lighting"
37
  negative_prompt = 'low quality, bad quality, sketches'
38