Spaces:
Sleeping
Sleeping
vishal2002
commited on
Commit
•
2d095ee
1
Parent(s):
6cc62ad
Update app.py
Browse files
app.py
CHANGED
@@ -10,4 +10,4 @@ def text_to_speech(text):
|
|
10 |
return temp_path
|
11 |
|
12 |
iface = gr.Interface(fn=text_to_speech, inputs="text", outputs="audio")
|
13 |
-
iface.launch()
|
|
|
10 |
return temp_path
|
11 |
|
12 |
iface = gr.Interface(fn=text_to_speech, inputs="text", outputs="audio")
|
13 |
+
iface.launch(share=True)
|