BusinessDev commited on
Commit
bce9f6f
·
verified ·
1 Parent(s): f76e66c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
  from transformers import pipeline
3
 
4
- model_id = "gpt2" # You can replace this with any model of your choice
5
  generator = pipeline("text-generation", model=model_id)
6
 
7
  # Define the function to process the input and generate text
 
1
  import gradio as gr
2
  from transformers import pipeline
3
 
4
+ model_id = "meta-llama/Meta-Llama-3-8B" # You can replace this with any model of your choice
5
  generator = pipeline("text-generation", model=model_id)
6
 
7
  # Define the function to process the input and generate text