Adapter commited on
Commit
74cfd23
1 Parent(s): fc5fab1

remove gpu report

Browse files
Files changed (1) hide show
  1. demo/demos.py +5 -6
demo/demos.py CHANGED
@@ -18,12 +18,11 @@ def create_demo_keypose(process):
18
  with gr.Blocks() as demo:
19
  with gr.Row():
20
  gr.Markdown('T2I-Adapter (Keypose)')
21
- with gr.Row():
22
- with gr.Column():
23
- gr.Textbox(value="Hello Memory")
24
- with gr.Column():
25
- gr.JSON(get_system_memory, every=1)
26
-
27
  with gr.Row():
28
  with gr.Column():
29
  input_img = gr.Image(source='upload', type="numpy")
 
18
  with gr.Blocks() as demo:
19
  with gr.Row():
20
  gr.Markdown('T2I-Adapter (Keypose)')
21
+ # with gr.Row():
22
+ # with gr.Column():
23
+ # gr.Textbox(value="Hello Memory")
24
+ # with gr.Column():
25
+ # gr.JSON(get_system_memory, every=1)
 
26
  with gr.Row():
27
  with gr.Column():
28
  input_img = gr.Image(source='upload', type="numpy")