valste commited on
Commit
fe83c79
·
1 Parent(s): 845f24d

print python version

Browse files
Files changed (2) hide show
  1. app.py +3 -0
  2. requirements.txt +8 -8
app.py CHANGED
@@ -53,4 +53,7 @@ with gr.Blocks() as demo:
53
  # 5️⃣ Launch the app
54
  # ------------------------------------------------------------
55
  if __name__ == "__main__":
 
 
 
56
  demo.launch(share=True, debug=True, server_name="127.0.0.1", server_port=7860)
 
53
  # 5️⃣ Launch the app
54
  # ------------------------------------------------------------
55
  if __name__ == "__main__":
56
+ import sys
57
+
58
+ print("Python version useted:", sys.version)
59
  demo.launch(share=True, debug=True, server_name="127.0.0.1", server_port=7860)
requirements.txt CHANGED
@@ -1,8 +1,8 @@
1
- datasets==4.4.1
2
- gradio==6.1.0
3
- huggingface_hub==0.35.3
4
- keras==3.10.0
5
- numpy==2.3.5
6
- pandas==2.3.3
7
- Pillow==12.0.0
8
- tensorflow==2.19.0
 
1
+ datasets
2
+ gradio
3
+ huggingface_hub
4
+ keras
5
+ numpy
6
+ pandas
7
+ Pillow
8
+ tensorflow