pentarosarium commited on
Commit
c151071
·
1 Parent(s): daca6d7

new requirements.txt. lets see what works...

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +2 -4
app.py CHANGED
@@ -262,7 +262,7 @@ class EventDetector:
262
  if 'groq_key':
263
  self.groq = ChatOpenAI(
264
  base_url="https://api.groq.com/openai/v1",
265
- model="llama-3.1-70b-versatile",
266
  openai_api_key=groq_key,
267
  temperature=0.0
268
  )
 
262
  if 'groq_key':
263
  self.groq = ChatOpenAI(
264
  base_url="https://api.groq.com/openai/v1",
265
+ model="llama-3.3-70b-versatile",
266
  openai_api_key=groq_key,
267
  temperature=0.0
268
  )
requirements.txt CHANGED
@@ -1,4 +1,5 @@
1
- streamlit
 
2
  pandas
3
  transformers>=4.30.0
4
  torch
@@ -13,14 +14,11 @@ huggingface_hub
13
  accelerate>=0.26.0
14
  openai
15
  wordcloud
16
- pdfkit
17
  Jinja2==3.1.2
18
  optimum
19
- sentencepiece
20
  deep_translator
21
  googletrans
22
  plotly
23
- datetime
24
  langchain_openai
25
  langchain
26
  langchain-community
 
1
+ gradio==4.44.0
2
+ spaces==0.19.4
3
  pandas
4
  transformers>=4.30.0
5
  torch
 
14
  accelerate>=0.26.0
15
  openai
16
  wordcloud
 
17
  Jinja2==3.1.2
18
  optimum
 
19
  deep_translator
20
  googletrans
21
  plotly
 
22
  langchain_openai
23
  langchain
24
  langchain-community