Wauplin HF staff commited on
Commit
2026013
1 Parent(s): 72cbf19

Update space.py

Browse files
Files changed (1) hide show
  1. space.py +1 -1
space.py CHANGED
@@ -95,7 +95,7 @@ from gradio_logsview import LogsView
95
  def fn_process():
96
  # Run a process and capture all logs from the process
97
  yield from LogsView.run_process(
98
- cmd=[mergekit-yaml", "config.yaml", "merge", "--copy-", "--cuda", "--low-cpu-memory"]
99
  )
100
 
101
  with gr.Blocks() as demo:
 
95
  def fn_process():
96
  # Run a process and capture all logs from the process
97
  yield from LogsView.run_process(
98
+ [mergekit-yaml", "config.yaml", "merge", "--copy-", "--cuda", "--low-cpu-memory"]
99
  )
100
 
101
  with gr.Blocks() as demo: