KevlarVK commited on
Commit
76a017d
2 Parent(s): 60e52d0 f4e023f

Conflict resolve and merge pull

Browse files
Files changed (3) hide show
  1. Utils.py +3 -0
  2. pre-requirements.txt +1 -0
  3. requirements.txt +5 -3
Utils.py CHANGED
@@ -7,7 +7,10 @@ import streamlit as st
7
  from youtube_transcript_api import YouTubeTranscriptApi
8
  import spacy
9
 
 
10
  @st.cache
 
 
11
  def fetch_article_text(url: str):
12
 
13
  r = requests.get(url)
 
7
  from youtube_transcript_api import YouTubeTranscriptApi
8
  import spacy
9
 
10
+ <<<<<<< HEAD
11
  @st.cache
12
+ =======
13
+ >>>>>>> f4e023f89f2134eaae139db6c3bf9c1c63cc1901
14
  def fetch_article_text(url: str):
15
 
16
  r = requests.get(url)
pre-requirements.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ pip>=23.0.1
requirements.txt CHANGED
@@ -1,9 +1,11 @@
1
- tensorflow
2
  transformers
3
  beautifulsoup4
4
  nltk
5
  networkx
6
- sklearn
7
  community
8
  youtube_transcript_api
9
- spacy
 
 
 
1
+ tensorflow==2.8.0
2
  transformers
3
  beautifulsoup4
4
  nltk
5
  networkx
6
+ scikit-learn
7
  community
8
  youtube_transcript_api
9
+ spacy
10
+ tensorflow_io==0.23.1
11
+ pydub