We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80c418e commit 5f14fa1Copy full SHA for 5f14fa1
server.py
@@ -7,7 +7,7 @@
7
import utils
8
from infer import infer, get_net_g, latest_version
9
from scipy.io import wavfile
10
-
+import gradio as gr
11
from config import config
12
13
# Flask Init
0 commit comments