Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -9,10 +9,10 @@ def streamwav(text):
|
|
9 |
|
10 |
)
|
11 |
for chk in result:
|
12 |
-
print(chk)
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
|
17 |
demo = gr.Interface(fn=streamwav, inputs="text", outputs="text")
|
18 |
demo.launch()
|
|
|
9 |
|
10 |
)
|
11 |
for chk in result:
|
12 |
+
#print(chk)
|
13 |
+
return chk['url']
|
14 |
+
|
15 |
+
|
16 |
|
17 |
demo = gr.Interface(fn=streamwav, inputs="text", outputs="text")
|
18 |
demo.launch()
|