LaurentTRIPIED commited on
Commit
aa949ed
1 Parent(s): f5147d8
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -6,6 +6,7 @@ from streamlit_folium import folium_static
6
  from transformers import pipeline
7
 
8
  import tensorflow as tf
 
9
  print("TensorFlow version:", tf.__version__)
10
 
11
  # Fonction pour récupérer les données de l'API
 
6
  from transformers import pipeline
7
 
8
  import tensorflow as tf
9
+ assert tf.__version__.startswith('2.')
10
  print("TensorFlow version:", tf.__version__)
11
 
12
  # Fonction pour récupérer les données de l'API