Skip to content

Commit

Permalink
correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasFaria committed Nov 20, 2023
1 parent efbdd68 commit 40da7ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slides/fr/applications/_application5a.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ data_path = "https://minio.lab.sspcloud.fr/projet-formation/diffusion/mlops/data
df = pd.read_parquet(data_path)
# Votre API URL
api_url = "<your_firstname>-<your_lastname>-api.lab.sspcloud.fr/predict"
api_url = "https://<your_firstname>-<your_lastname>-api.lab.sspcloud.fr/predict"
# Effectue les requêtes
responses = df["text"].apply(lambda x: make_prediction(api_url, x))
Expand Down

0 comments on commit 40da7ac

Please sign in to comment.