broadfield-dev commited on
Commit
d28fa42
·
verified ·
1 Parent(s): 37119c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import re
6
  import gradio as gr
7
 
8
  # Initialize NLP model for understanding and generating text
9
- model = "Qwen/Qwen2.5-Coder-32B-Instruct"
10
  #nlp = pipeline("question-answering")
11
  #summarizer = pipeline("summarization")
12
  nlp = pipeline(model=model)
 
6
  import gradio as gr
7
 
8
  # Initialize NLP model for understanding and generating text
9
+ model = "deepseek-ai/DeepSeek-R1-Distill-Qwen-14B"
10
  #nlp = pipeline("question-answering")
11
  #summarizer = pipeline("summarization")
12
  nlp = pipeline(model=model)