Kathir commited on
Commit
ed2e757
·
1 Parent(s): a095fd1

Added new project link

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -46,7 +46,8 @@ title = "Birds Classifier 🪶"
46
  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)."
47
  article = "Other Projects:\n"\
48
  "💰 [US Health Insurance Cost Prediction](http://health-insurance-cost-predictor-k19.streamlit.app/)\n"\
49
- "📰 [Fake News Detector](https://fake-news-detector-k19.streamlit.app/)"
 
50
  # creating examples list
51
  examples_list = [["examples/" + img] for img in os.listdir("examples")]
52
 
 
46
  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)."
47
  article = "Other Projects:\n"\
48
  "💰 [US Health Insurance Cost Prediction](http://health-insurance-cost-predictor-k19.streamlit.app/)\n"\
49
+ "📰 [Fake News Detector](https://fake-news-detector-k19.streamlit.app/)\n"\
50
+ "🧑‍💻 [YouTube Video Assistant](https://huggingface.co/spaces/Kathir0011/YouTube_Video_Assistant)"
51
  # creating examples list
52
  examples_list = [["examples/" + img] for img in os.listdir("examples")]
53