peterciank commited on
Commit
423a179
·
verified ·
1 Parent(s): e81b878

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ client = OpenAI(
14
  )
15
 
16
  # Define the Llama 3 8B model
17
- repo_id = "meta-llama/Meta-Llama-3-8B-Instruct"
18
 
19
  # Title of the App
20
  st.title("Text Analysis with Llama 3: Sentiment, Summarization, and Keyword Extraction")
 
14
  )
15
 
16
  # Define the Llama 3 8B model
17
+ repo_id = "microsoft/Phi-4-mini-reasoning"
18
 
19
  # Title of the App
20
  st.title("Text Analysis with Llama 3: Sentiment, Summarization, and Keyword Extraction")