Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Sahar7888
/
Optical_Character_Recgnition
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Sahar7888
commited on
Sep 25, 2024
Commit
64d8b36
·
verified
·
1 Parent(s):
22025c3
Update setup.sh
Browse files
Files changed (1)
hide
show
setup.sh
+2
-0
setup.sh
CHANGED
Viewed
@@ -1,5 +1,7 @@
1
#!/bin/bash
2
3
# Update package lists
4
echo "Updating package lists..."
5
apt-get update
1
#!/bin/bash
2
3
+
set -x # Enable debugging
4
+
5
# Update package lists
6
echo "Updating package lists..."
7
apt-get update