Spaces:
Sleeping
Sleeping
ASG Models
commited on
Commit
•
02aa159
1
Parent(s):
6882990
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ def query(text):
|
|
16 |
|
17 |
def reverse_audio(text):
|
18 |
data = query(text)
|
19 |
-
return (16000, np.flipud(data))
|
20 |
|
21 |
|
22 |
demo = gr.Interface(
|
|
|
16 |
|
17 |
def reverse_audio(text):
|
18 |
data = query(text)
|
19 |
+
return data#(16000, np.flipud(data))
|
20 |
|
21 |
|
22 |
demo = gr.Interface(
|