Update app_modules/utils.py
This commit is contained in:
parent
e195253e13
commit
f758461184
|
@ -208,8 +208,6 @@ def reset_textbox():
|
|||
return gr.update(value=""),""
|
||||
|
||||
def cancel_outputing():
|
||||
shared_state.interrupt()
|
||||
textbox = reset_textbox()
|
||||
return "Stop Done"
|
||||
|
||||
def transfer_input(inputs):
|
||||
|
|
Loading…
Reference in New Issue