Spaces:
Running
Running
inport gradio client for synth
Browse files- 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 *
|