Spaces:
Running
on
Zero
Running
on
Zero
Update run_gradio.py
Browse files- run_gradio.py +1 -0
run_gradio.py
CHANGED
@@ -3,6 +3,7 @@ import gradio as gr
|
|
3 |
import soundfile as sf
|
4 |
import numpy as np
|
5 |
import random, os
|
|
|
6 |
|
7 |
from consistencytta import ConsistencyTTA
|
8 |
|
|
|
3 |
import soundfile as sf
|
4 |
import numpy as np
|
5 |
import random, os
|
6 |
+
import spaces
|
7 |
|
8 |
from consistencytta import ConsistencyTTA
|
9 |
|