Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -9,4 +9,4 @@ def TTS(text):
|
|
9 |
pipe = pipeline("text-to-speech", model=model,tokenizer=tokenizer)
|
10 |
return pipe(text)
|
11 |
iface = gr.Interface(fn=TTS, inputs="text", outputs="text")
|
12 |
-
iface.launch(share=
|
|
|
9 |
pipe = pipeline("text-to-speech", model=model,tokenizer=tokenizer)
|
10 |
return pipe(text)
|
11 |
iface = gr.Interface(fn=TTS, inputs="text", outputs="text")
|
12 |
+
iface.launch(share=Flase)
|