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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import os
2
  import streamlit as st
3
  import torch
4
-
5
 
6
  def get_device_map() -> str:
7
  return 'cuda' if torch.cuda.is_available() else 'cpu'
 
1
  import os
2
  import streamlit as st
3
  import torch
4
+ import pandas as pd
5
 
6
  def get_device_map() -> str:
7
  return 'cuda' if torch.cuda.is_available() else 'cpu'