Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
rrg92
/
sqlserver
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
sqlserver
/
InstallFromReadme.sh
rrg92
Changed to Gradio + python
4159dc2
12 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
147 Bytes
version=$(
cat
README.md | grep -E
"sdk_version\: (.+)"
|
cut
-d
" "
-f 2)
echo
"Installing gradio version
$version
"
;
pip install gradio==
$version