We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf6edd7 commit ec32beaCopy full SHA for ec32bea
replicate/use.py
@@ -213,7 +213,7 @@ def _resolve_ref(obj: Any) -> Any:
213
def _log_prediction_url(id: str) -> None:
214
if os.environ.get("R8_LOG_PREDICTION_URL") != "1":
215
return
216
- print("Running prediction https://replicate.com/p/%s", id)
+ print(f"Running prediction https://replicate.com/p/{id}")
217
218
219
T = TypeVar("T")
0 commit comments