Skip to content

Commit

Permalink
fixing httpx.InvalidURL bug
Browse files Browse the repository at this point in the history
  • Loading branch information
kingabzpro committed Feb 8, 2024
1 parent 4085181 commit f0a35c4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions App/drug_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
</center>"""

gr.Interface(
Expand Down

0 comments on commit f0a35c4

Please sign in to comment.