rk91 commited on
Commit
de3b22f
·
1 Parent(s): 26a9974

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ This notebook is [KaliYuga](https://twitter.com/KaliYuga_ai)'s very basic fork o
14
  """
15
 
16
  #@markdown Check type of GPU and VRAM available.
17
- !nvidia-smi --query-gpu=name,memory.total,memory.free --format=csv,noheader
18
 
19
  """https://github.com/KaliYuga-ai/diffusers/tree/main/examples/dreambooth
20
 
 
14
  """
15
 
16
  #@markdown Check type of GPU and VRAM available.
17
+ #!nvidia-smi --query-gpu=name,memory.total,memory.free --format=csv,noheader
18
 
19
  """https://github.com/KaliYuga-ai/diffusers/tree/main/examples/dreambooth
20