Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
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
2 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