Chegue100 commited on
Commit
e14a6f3
·
verified ·
1 Parent(s): 2f8305c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -1,4 +1,8 @@
1
  import gradio as gr
 
 
 
 
2
  from transformers import pipeline, AutoModelForCausalLM, AutoTokenizer
3
 
4
  # Load the model and tokenizer
 
1
  import gradio as gr
2
+
3
+ # Install the transformers library
4
+ !pip install transformers
5
+
6
  from transformers import pipeline, AutoModelForCausalLM, AutoTokenizer
7
 
8
  # Load the model and tokenizer