Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
namb0010
/
testitout
like
0
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
namb0010
commited on
Dec 12, 2022
Commit
7b1ea1d
·
1 Parent(s):
6ef7f26
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -40,4 +40,5 @@ def run():
40
41
if __name__ == '__main__':
42
run()
43
40
41
if __name__ == '__main__':
42
run()
43
+
!pip freeze > requirements.txt
44