alex-abb commited on
Commit
1e6d64e
·
verified ·
1 Parent(s): 01892ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -0
app.py CHANGED
@@ -7,6 +7,13 @@ from transformers import AutoTokenizer, AutoModelForCausalLM
7
  tokenizer = AutoTokenizer.from_pretrained("meta-llama/Meta-Llama-3-8B-Instruct")
8
  model = AutoModelForCausalLM.from_pretrained("meta-llama/Meta-Llama-3-8B-Instruct")
9
 
 
 
 
 
 
 
 
10
  @spaces.GPU(duration=120)
11
 
12
  # Fonction de génération de texte
 
7
  tokenizer = AutoTokenizer.from_pretrained("meta-llama/Meta-Llama-3-8B-Instruct")
8
  model = AutoModelForCausalLM.from_pretrained("meta-llama/Meta-Llama-3-8B-Instruct")
9
 
10
+
11
+
12
+ print(API_KEY)
13
+
14
+
15
+
16
+
17
  @spaces.GPU(duration=120)
18
 
19
  # Fonction de génération de texte