kadirnar commited on
Commit
1a68b3d
·
verified ·
1 Parent(s): cac6536

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -67,7 +67,6 @@ def run_inference(model_name, prompt_text):
67
  "--ckpt-path", ckpt_path
68
  ]
69
  result = subprocess.run(cmd, capture_output=True, text=True)
70
- print("result", result)
71
  # Clean up the temporary files
72
  os.remove(temp_file.name)
73
  os.remove(prompt_file.name)
 
67
  "--ckpt-path", ckpt_path
68
  ]
69
  result = subprocess.run(cmd, capture_output=True, text=True)
 
70
  # Clean up the temporary files
71
  os.remove(temp_file.name)
72
  os.remove(prompt_file.name)