Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -93,6 +93,6 @@ iface = gr.Interface(
|
|
| 93 |
title="🗣️ Persian tts 🗣️",
|
| 94 |
description=description,
|
| 95 |
article=article,
|
| 96 |
-
live=
|
| 97 |
)
|
| 98 |
iface.launch(share=False)
|
|
|
|
| 93 |
title="🗣️ Persian tts 🗣️",
|
| 94 |
description=description,
|
| 95 |
article=article,
|
| 96 |
+
live=False
|
| 97 |
)
|
| 98 |
iface.launch(share=False)
|