Create file_from_hf.py
Browse files- file_from_hf.py +4 -0
file_from_hf.py
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
var_hf = 12 + 12
|
2 |
+
print(var_hf)
|
3 |
+
|
4 |
+
print("this file is created on the hugging face website")
|