Spaces:
Sleeping
Sleeping
Update utils.py
Browse files
utils.py
CHANGED
|
@@ -204,14 +204,6 @@ def reset_textbox():
|
|
| 204 |
def cancel_outputing():
|
| 205 |
return "Stop Done"
|
| 206 |
|
| 207 |
-
def transfer_input(inputs):
|
| 208 |
-
textbox = reset_textbox()
|
| 209 |
-
return (
|
| 210 |
-
inputs,
|
| 211 |
-
gr.update(value=""),
|
| 212 |
-
gr.Button.update(visible=True),
|
| 213 |
-
)
|
| 214 |
-
|
| 215 |
|
| 216 |
class State:
|
| 217 |
interrupted = False
|
|
|
|
| 204 |
def cancel_outputing():
|
| 205 |
return "Stop Done"
|
| 206 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 207 |
|
| 208 |
class State:
|
| 209 |
interrupted = False
|