wasmdashai commited on
Commit
b5e5ae5
·
verified ·
1 Parent(s): bc8f6d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -9,10 +9,10 @@ def streamwav(text):
9
 
10
  )
11
  for chk in result:
12
- print(chk)
13
- break
14
-
15
- return chk['url']
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()