swimmiing commited on
Commit
00a76b6
·
1 Parent(s): a9320d1

Fix app.py v2

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ import torchaudio
8
  from PIL import Image
9
 
10
 
11
- def greet(audio, image):
12
  device = "cuda:0" if torch.cuda.is_available() else "cpu"
13
 
14
  # Get model
 
8
  from PIL import Image
9
 
10
 
11
+ def greet(image, audio):
12
  device = "cuda:0" if torch.cuda.is_available() else "cpu"
13
 
14
  # Get model