Wauplin HF Staff commited on
Commit
9cc9603
·
verified ·
1 Parent(s): 42c8e84

Update space.py

Browse files
Files changed (1) hide show
  1. space.py +1 -0
space.py CHANGED
@@ -113,6 +113,7 @@ with gr.Blocks() as demo:
113
  - [ ] stop process if `run_process` gets cancelled (back-end)
114
  - [ ] correctly pass error stacktrace in `run_thread` (back-end)
115
  - [ ] disable interactivity + remove all code editing logic (both?)
 
116
  """
117
 
118
  with gr.Blocks() as demo:
 
113
  - [ ] stop process if `run_process` gets cancelled (back-end)
114
  - [ ] correctly pass error stacktrace in `run_thread` (back-end)
115
  - [ ] disable interactivity + remove all code editing logic (both?)
116
+ - [ ] how to handle progress bars? (i.e when logs are overwritten in terminal)
117
  """
118
 
119
  with gr.Blocks() as demo: