Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
yeq6x
/
TripletGeoEncoder-demo
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c6793c3
TripletGeoEncoder-demo
/
a.py
yeq6x
gpu
cc0703f
5 months ago
raw
Copy download link
history
blame
Safe
83 Bytes
x =
10
def
func
():
print
(x)
def
func2
():
global
x
x =
20
func2()
func()