Kathir commited on
Commit
70bd8bc
·
1 Parent(s): 98aadeb

Fixed name of project link

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ def predict(img):
43
  title = "Birds Classifier 🪶"
44
  description = "Classifies an Image of a Bird to any one of the [510 species](https://huggingface.co/spaces/Kathir0011/Birds_Classification/blob/main/class_names.txt)."
45
  article = "Other Projects:\n"\
46
- "💰 [Health Insurance Predictor](http://health-insurance-cost-predictor-k19.streamlit.app/)\n"\
47
  "📰 [Fake News Detector](https://fake-news-detector-k19.streamlit.app/)"
48
  # creating examples list
49
  examples_list = [["examples/" + img] for img in os.listdir("examples")]
 
43
  title = "Birds Classifier 🪶"
44
  description = "Classifies an Image of a Bird to any one of the [510 species](https://huggingface.co/spaces/Kathir0011/Birds_Classification/blob/main/class_names.txt)."
45
  article = "Other Projects:\n"\
46
+ "💰 [US Health Insurance Cost Prediction](http://health-insurance-cost-predictor-k19.streamlit.app/)\n"\
47
  "📰 [Fake News Detector](https://fake-news-detector-k19.streamlit.app/)"
48
  # creating examples list
49
  examples_list = [["examples/" + img] for img in os.listdir("examples")]