Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|