Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -106,7 +106,7 @@ def read_content(file_path: str) -> str:
|
|
106 |
return content
|
107 |
|
108 |
@spaces.GPU(enable_queue=True)
|
109 |
-
def predict(dict, prompt="", negative_prompt = default_negative_prompt, guidance_scale=1.2, steps=12):
|
110 |
if negative_prompt == "":
|
111 |
negative_prompt = None
|
112 |
|
|
|
106 |
return content
|
107 |
|
108 |
@spaces.GPU(enable_queue=True)
|
109 |
+
def predict(dict, prompt="", negative_prompt = default_negative_prompt, guidance_scale=1.2, steps=12, seed=-1):
|
110 |
if negative_prompt == "":
|
111 |
negative_prompt = None
|
112 |
|