From f0a35c4aad48f04a72203b6a8346c730a02284ed Mon Sep 17 00:00:00 2001 From: Abid Ali Awan Date: Thu, 8 Feb 2024 20:16:04 +0500 Subject: [PATCH] fixing httpx.InvalidURL bug --- App/drug_app.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/App/drug_app.py b/App/drug_app.py index 3f59222..ce71f72 100644 --- a/App/drug_app.py +++ b/App/drug_app.py @@ -5,7 +5,7 @@ def predict_drug(age, sex, blood_pressure, cholesterol, na_to_k_ratio): - """Predict drug based on patient features. + """Predict drugs based on patient features. Args: age (int): Age of patient @@ -50,8 +50,6 @@ def predict_drug(age, sex, blood_pressure, cholesterol, na_to_k_ratio): **It teaches how to automate training, evaluation, and deployment of models to Hugging Face using GitHub Actions.** -[![DataCamp](https://img.shields.io/badge/Datacamp-05192D?style=for-the-badge&logo=datacamp&logoColor=65FF8F)](https://www.datacamp.com/portfolio/kingabzpro) - """ gr.Interface(