Spaces:
Runtime error
Runtime error
gaparmar
commited on
Commit
Β·
56f2a31
1
Parent(s):
f65b887
testing app
Browse files
app.py
CHANGED
|
@@ -79,10 +79,6 @@ if __name__=="__main__":
|
|
| 79 |
|
| 80 |
|
| 81 |
|
| 82 |
-
|
| 83 |
-
|
| 84 |
-
|
| 85 |
-
# txt_image_type = gr.Textbox(visible=False)
|
| 86 |
btn_generate.click(launch_generate_sample, [prompt, seed, negative_guidance, num_ddim], [img_in_synth, fpath_z_gen])
|
| 87 |
btn_generate.click(set_visible_true, [], img_in_synth)
|
| 88 |
btn_generate.click(set_visible_false, [], img_in_real)
|
|
|
|
| 79 |
|
| 80 |
|
| 81 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 82 |
btn_generate.click(launch_generate_sample, [prompt, seed, negative_guidance, num_ddim], [img_in_synth, fpath_z_gen])
|
| 83 |
btn_generate.click(set_visible_true, [], img_in_synth)
|
| 84 |
btn_generate.click(set_visible_false, [], img_in_real)
|