Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
onnx-community/convert-to-onnx
Gyaneshere
/
convert-to-onnx
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Gyaneshere
commited on
Feb 19
Commit
9cd2f4d
·
verified
·
1 Parent(s):
d431651
Create run.sh
Browse files
Files changed (1)
hide
show
run.sh
+3
-0
run.sh
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
#!/bin/sh
2
+
pip install -r requirements.txt
3
+
streamlit run app.py