Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hwberry2
/
TensorFlowProject
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
hwberry2
commited on
Mar 15, 2023
Commit
e80d282
·
1 Parent(s):
e330ea2
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-2
app.py
CHANGED
Viewed
@@ -1,3 +1,2 @@
1
-
import
tensorflow as tf
2
-
print("TensorFlow version:", tf.__version__)
3
1
+
print("hello
world")
2