Spaces:
Runtime error
Runtime error
susunghong
commited on
Commit
•
dc6ccc0
1
Parent(s):
2ebe433
Update app.py
Browse files
app.py
CHANGED
@@ -80,7 +80,7 @@ def main():
|
|
80 |
return [ori_image, sag_image, seed]
|
81 |
|
82 |
def reset():
|
83 |
-
return [0, "Randomize Seed", 42,
|
84 |
|
85 |
with gr.Blocks() as demo:
|
86 |
gr.HTML("""<h1 style="font-weight: 900; margin-bottom: 10px;">
|
|
|
80 |
return [ori_image, sag_image, seed]
|
81 |
|
82 |
def reset():
|
83 |
+
return [0, "Randomize Seed", 42, 3.0, 0.75, None, None]
|
84 |
|
85 |
with gr.Blocks() as demo:
|
86 |
gr.HTML("""<h1 style="font-weight: 900; margin-bottom: 10px;">
|