Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
r3gm
/
demo
like
0
Build error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
Roger Saul Condori
commited on
Feb 16, 2023
Commit
61cc1f1
·
unverified
·
1 Parent(s):
a836a7d
Update README.md
Browse files
Files changed (1)
hide
show
README.md
+7
-1
README.md
CHANGED
Viewed
@@ -1,5 +1,11 @@
1
# hf-demo
2
hf-demo
3
~~~
4
-
df
5
~~~
1
# hf-demo
2
hf-demo
3
~~~
4
+
virtualenv ~/.venv
5
+
nano ~/.bashrc
6
+
touch app.py
7
+
touch Makefile
8
+
touch requirements.txt
9
+
make install
10
+
python app.py
11
~~~