anbu-2005 commited on
Commit
0a71cbc
·
verified ·
1 Parent(s): c982a63

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
3
 
4
  model = pipeline(
5
  "text-generation",
6
- model="MODEL_NAME"
7
  )
8
 
9
  def predict(text):
 
3
 
4
  model = pipeline(
5
  "text-generation",
6
+ model="anbu-2005/Dhenu2-In-Llama3.1-8B-Instruct"
7
  )
8
 
9
  def predict(text):