Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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)
|