Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
rodrigomasini
/
rephrase
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
f093c76
rephrase
/
app_v4.py
rodrigomasini
Update app_v4.py
0e61e5c
over 1 year ago
raw
Copy download link
history
blame
Safe
85 Bytes
import
torch
import
streamlit
as
st
viz = torch.cuda.memory_summary()
st.write(viz)