yasserrmd commited on
Commit
4cafc7d
·
verified ·
1 Parent(s): 480e758

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -4,9 +4,6 @@ from transformers import pipeline
4
  import gradio as gr
5
  import spaces
6
 
7
- from transformers.util.hub import mvoe_cache
8
-
9
- move_cache()
10
 
11
  device=torch.device('cuda')
12
 
 
4
  import gradio as gr
5
  import spaces
6
 
 
 
 
7
 
8
  device=torch.device('cuda')
9