Update app.py
Browse files
app.py
CHANGED
@@ -5,6 +5,7 @@ from scipy.io import wavfile
|
|
5 |
import gradio as gr
|
6 |
import numpy as np
|
7 |
import os
|
|
|
8 |
# Specify the device (CPU or GPU)
|
9 |
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
10 |
|
|
|
5 |
import gradio as gr
|
6 |
import numpy as np
|
7 |
import os
|
8 |
+
import requests
|
9 |
# Specify the device (CPU or GPU)
|
10 |
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
11 |
|