reab5555 commited on
Commit
3cd2108
·
verified ·
1 Parent(s): 3dee4f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -17,6 +17,7 @@ import matplotlib.pyplot as plt
17
  from matplotlib.ticker import MaxNLocator
18
  import gradio as gr
19
  import tempfile
 
20
 
21
  # Initialize models and other global variables
22
  device = 'cuda' if torch.cuda.is_available() else 'cpu'
 
17
  from matplotlib.ticker import MaxNLocator
18
  import gradio as gr
19
  import tempfile
20
+ import shutil
21
 
22
  # Initialize models and other global variables
23
  device = 'cuda' if torch.cuda.is_available() else 'cpu'