Kremon96 commited on
Commit
5adec5c
1 Parent(s): ea08d51

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,4 +28,4 @@ iface = gr.Interface(fn=voice_clone,
28
  outputs=gr.Audio(type="filepath", label="Вывод"),
29
  title="Клонирование голоса")
30
 
31
- iface.launch(max_threads=400, share=True)
 
28
  outputs=gr.Audio(type="filepath", label="Вывод"),
29
  title="Клонирование голоса")
30
 
31
+ iface.launch()