fffiloni commited on
Commit
c8fad13
·
verified ·
1 Parent(s): a935d95

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -11,7 +11,6 @@ def run_inference(image_input, audio_input):
11
 
12
  try:
13
  # Run the inference command
14
- python inference.py --config configs/inference.yaml --input_image <IMAGE_PATH> --input_audio <AUDIO_PATH> --output_dir <SAVE_PATH>
15
 
16
  subprocess.run(
17
  [
 
11
 
12
  try:
13
  # Run the inference command
 
14
 
15
  subprocess.run(
16
  [