Spaces:
Running
on
A10G
Running
on
A10G
Linoy Tsaban
commited on
Commit
·
3bbf4dc
1
Parent(s):
016c93c
Update app.py
Browse files
app.py
CHANGED
@@ -314,12 +314,6 @@ with gr.Blocks(css='style.css') as demo:
|
|
314 |
|
315 |
# gr.Markdown(help_text)
|
316 |
|
317 |
-
|
318 |
-
submit_concept.click(
|
319 |
-
fn = update_sega_concept_table,
|
320 |
-
inputs = [edit_concept, neg_guidance, concepts_table],
|
321 |
-
outputs = [concepts_table]
|
322 |
-
)
|
323 |
|
324 |
invert_button.click(
|
325 |
fn = randomize_seed_fn,
|
|
|
314 |
|
315 |
# gr.Markdown(help_text)
|
316 |
|
|
|
|
|
|
|
|
|
|
|
|
|
317 |
|
318 |
invert_button.click(
|
319 |
fn = randomize_seed_fn,
|