Commit
Β·
84cc5d0
1
Parent(s):
83d11b4
Update app.py
Browse files
app.py
CHANGED
@@ -70,10 +70,10 @@ def get_response(video, request):
|
|
70 |
# creating title, description for the web app
|
71 |
title = "YouTube Video Assistant π§βπ»"
|
72 |
description = "Answers to the Questions asked by the user on the specified YouTube video. (English Only)\nClick here to view [demo](https://cdn-uploads.huggingface.co/production/uploads/641aa7814577db917f70f8aa/vSEGALDIYsqdRM7t_49rp.mp4)."
|
73 |
-
article = "Other Projects:
|
74 |
-
"π°
|
75 |
-
"π°
|
76 |
-
"πͺΆ
|
77 |
|
78 |
# building the app
|
79 |
youtube_video_assistant = gr.Interface(
|
|
|
70 |
# creating title, description for the web app
|
71 |
title = "YouTube Video Assistant π§βπ»"
|
72 |
description = "Answers to the Questions asked by the user on the specified YouTube video. (English Only)\nClick here to view [demo](https://cdn-uploads.huggingface.co/production/uploads/641aa7814577db917f70f8aa/vSEGALDIYsqdRM7t_49rp.mp4)."
|
73 |
+
article = "Other Projects: \t"\
|
74 |
+
"π° [Health Insurance Predictor](http://health-insurance-cost-predictor-k19.streamlit.app/) "\
|
75 |
+
"π° [Fake News Detector](https://fake-news-detector-k19.streamlit.app/) "\
|
76 |
+
"πͺΆ [Birds Classifier](https://huggingface.co/spaces/Kathir0011/Birds_Classification)"
|
77 |
|
78 |
# building the app
|
79 |
youtube_video_assistant = gr.Interface(
|