Pendrokar commited on
Commit
4885530
·
1 Parent(s): 2f458d9

inport gradio client for synth

Browse files
Files changed (1) hide show
  1. app/synth.py +1 -0
app/synth.py CHANGED
@@ -1,4 +1,5 @@
1
  import time
 
2
  from .models import *
3
  from .utils import *
4
  from .config import *
 
1
  import time
2
+ from gradio_client import Client
3
  from .models import *
4
  from .utils import *
5
  from .config import *