Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ client = OpenAI(
|
|
14 |
)
|
15 |
|
16 |
# Define the Llama 3 8B model
|
17 |
-
repo_id = "
|
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")
|