Update requirements.txt
Browse files- 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
|
|
|
|
| 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)
|