Spaces:
Runtime error
Runtime error
Update Makefile
Browse files
Makefile
CHANGED
@@ -61,6 +61,7 @@ push_to_hf_hub:
|
|
61 |
## Clone the T5 summarisation repo
|
62 |
clone:
|
63 |
git clone https://dagshub.com/gagan3012/summarization.git
|
|
|
64 |
|
65 |
#################################################################################
|
66 |
# PROJECT RULES #
|
|
|
61 |
## Clone the T5 summarisation repo
|
62 |
clone:
|
63 |
git clone https://dagshub.com/gagan3012/summarization.git
|
64 |
+
cd summarization
|
65 |
|
66 |
#################################################################################
|
67 |
# PROJECT RULES #
|