Xubo-Liu commited on
Commit
45f9fa5
·
1 Parent(s): 43a5780

Update ui_client.py

Browse files
Files changed (1) hide show
  1. ui_client.py +1 -1
ui_client.py CHANGED
@@ -109,8 +109,8 @@ def clear_fn(state):
109
  shutil.rmtree('output', ignore_errors=True)
110
  state = {'session_id': pipeline.init_session()}
111
  return [gr.Textbox.update(value=''),
 
112
  gr.Textbox.update(value=''),
113
- gr.Markdown.update(value=''),
114
  gr.Video.update(value=None),
115
  gr.Markdown.update(value=''),
116
  gr.Button.update(interactive=False),
 
109
  shutil.rmtree('output', ignore_errors=True)
110
  state = {'session_id': pipeline.init_session()}
111
  return [gr.Textbox.update(value=''),
112
+ gr.Markdown.update(value=''),
113
  gr.Textbox.update(value=''),
 
114
  gr.Video.update(value=None),
115
  gr.Markdown.update(value=''),
116
  gr.Button.update(interactive=False),