Spaces:
Running
Running
Fix app.py v2
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ import torchaudio
|
|
8 |
from PIL import Image
|
9 |
|
10 |
|
11 |
-
def greet(
|
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
|