Spaces:
Sleeping
Sleeping
Chirag
commited on
Commit
·
5a45c73
1
Parent(s):
6a30844
- app.sh +0 -5
- requirements.txt +2 -1
app.sh
CHANGED
|
@@ -1,6 +1 @@
|
|
| 1 |
-
#!/bin/bash
|
| 2 |
-
|
| 3 |
-
# Register the python3 kernel
|
| 4 |
-
python -m ipykernel install --user
|
| 5 |
-
|
| 6 |
python app.py
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
python app.py
|
requirements.txt
CHANGED
|
@@ -2,4 +2,5 @@ huggingface_hub==0.25.2
|
|
| 2 |
nbformat
|
| 3 |
nbconvert==6.5.4
|
| 4 |
gradio==5.0.1
|
| 5 |
-
lxml_html_clean
|
|
|
|
|
|
| 2 |
nbformat
|
| 3 |
nbconvert==6.5.4
|
| 4 |
gradio==5.0.1
|
| 5 |
+
lxml_html_clean
|
| 6 |
+
ipykernel
|