MalikShehram commited on
Commit
c752a90
Β·
verified Β·
1 Parent(s): fca9f1c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -1
requirements.txt CHANGED
@@ -21,5 +21,8 @@ scikit-learn==1.4.2
21
  # ── visualisation ──
22
  plotly==5.22.0
23
 
 
 
 
24
  # ── Gradio UI ──
25
- gradio==4.36.1
 
21
  # ── visualisation ──
22
  plotly==5.22.0
23
 
24
+ # ── visualisation ──
25
+ plotly==5.22.0 # interactive jet graph + training curves
26
+
27
  # ── Gradio UI ──
28
+ # (Removed gradio from here because Hugging Face auto-installs it based on the README sdk_version)