nakas commited on
Commit
4ab5f99
1 Parent(s): df3baf6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -0
app.py CHANGED
@@ -1,3 +1,13 @@
 
 
 
 
 
 
 
 
 
 
1
  import gradio as gr
2
 
3
  def greet(name):
 
1
+ import argparse
2
+ import os
3
+ import sys
4
+ import warnings
5
+
6
+ import numpy as np
7
+ import soundfile as sf
8
+ from tqdm import tqdm
9
+ from tqdm.std import TqdmWarning
10
+ from pedalboard import Reverb
11
  import gradio as gr
12
 
13
  def greet(name):