Spaces:
Runtime error
Runtime error
Commit
·
c79ae64
1
Parent(s):
091f007
Upload 37 files
Browse files
modules/__pycache__/utils.cpython-39.pyc
CHANGED
Binary files a/modules/__pycache__/utils.cpython-39.pyc and b/modules/__pycache__/utils.cpython-39.pyc differ
|
|
modules/utils.py
CHANGED
@@ -440,8 +440,8 @@ def transfer_input(inputs):
|
|
440 |
return (
|
441 |
inputs,
|
442 |
gr.update(value=""),
|
443 |
-
gr.Button.update(visible=False),
|
444 |
gr.Button.update(visible=True),
|
|
|
445 |
)
|
446 |
|
447 |
|
|
|
440 |
return (
|
441 |
inputs,
|
442 |
gr.update(value=""),
|
|
|
443 |
gr.Button.update(visible=True),
|
444 |
+
gr.Button.update(visible=False),
|
445 |
)
|
446 |
|
447 |
|