Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
shukdevdatta123
/
Chatbot
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
shukdevdatta123
commited on
Oct 21, 2024
Commit
810c219
·
verified
·
1 Parent(s):
b4f65af
Create setup.sh
Browse files
Files changed (1)
hide
show
setup.sh
+5
-0
setup.sh
ADDED
Viewed
@@ -0,0 +1,5 @@
1
+
#!/bin/bash
2
+
3
+
# Install Tesseract OCR
4
+
apt-get update
5
+
apt-get install -y tesseract-ocr