YounesPorthos commited on
Commit
c7097cf
β€’
1 Parent(s): d6f4271
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ model_checkpoint = "main/Checkpoints"
19
 
20
  # Charger le modΓ¨le Γ  partir de Hugging Face Hub
21
  model = TFAutoModel.from_pretrained(repo_name, from_pt=True, model_checkpoint=model_checkpoint)
22
- #
23
 
24
  # # Charger les poids TensorFlow
25
  # tensorflow_weights_path = "motofanacc/GradioChatBot/tree/main/Checkpoints"
 
19
 
20
  # Charger le modΓ¨le Γ  partir de Hugging Face Hub
21
  model = TFAutoModel.from_pretrained(repo_name, from_pt=True, model_checkpoint=model_checkpoint)
22
+ #a
23
 
24
  # # Charger les poids TensorFlow
25
  # tensorflow_weights_path = "motofanacc/GradioChatBot/tree/main/Checkpoints"