xizaoqu commited on
Commit
d932839
·
1 Parent(s): 65671a7
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -247,6 +247,8 @@ def run(cfg: DictConfig):
247
  poses[0],
248
  memory_curr_frame,
249
  device)
 
 
250
 
251
  css = """
252
  h1 {
@@ -255,7 +257,6 @@ def run(cfg: DictConfig):
255
  }
256
  """
257
 
258
- # update_image_and_log("W")
259
  with gr.Blocks(css=css) as demo:
260
  gr.Markdown(
261
  """
 
247
  poses[0],
248
  memory_curr_frame,
249
  device)
250
+
251
+ print("first algo frame:", len(algo.frames))
252
 
253
  css = """
254
  h1 {
 
257
  }
258
  """
259
 
 
260
  with gr.Blocks(css=css) as demo:
261
  gr.Markdown(
262
  """