georad commited on
Commit
5528cae
·
verified ·
1 Parent(s): cd98c73

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import os
2
  import streamlit as st
3
- #import torch
4
 
5
 
6
  def get_device_map() -> str:
 
1
  import os
2
  import streamlit as st
3
+ import torch
4
 
5
 
6
  def get_device_map() -> str: