LittleFrog commited on
Commit
80c3412
·
verified ·
1 Parent(s): ea8e983

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ def start_gradio_demo():
59
  """
60
  try:
61
  print("Starting Gradio demo...")
62
- subprocess.run(["python", "-m", "src.demo.gradio_demo", "--hf", "--downsample"], check=True)
63
  except subprocess.CalledProcessError as e:
64
  print(f"Error starting Gradio demo: {e}")
65
  raise
 
59
  """
60
  try:
61
  print("Starting Gradio demo...")
62
+ subprocess.run(["python", "-m", "src.demo.gradio_demo", "--hf", "--downsample", "--cpu"], check=True)
63
  except subprocess.CalledProcessError as e:
64
  print(f"Error starting Gradio demo: {e}")
65
  raise