Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import os
|
2 |
-
os.system("pip install gradio==2.
|
3 |
import gradio as gr
|
4 |
|
5 |
title = "fairseq S^2: A Scalable and Integrable Speech Synthesis Toolkit"
|
@@ -65,5 +65,4 @@ gr.Interface(
|
|
65 |
examples=examples,
|
66 |
article=article,
|
67 |
title=title,
|
68 |
-
description=description
|
69 |
-
enable_queue=True).launch()
|
|
|
1 |
import os
|
2 |
+
os.system("pip install gradio==2.7.5.2b")
|
3 |
import gradio as gr
|
4 |
|
5 |
title = "fairseq S^2: A Scalable and Integrable Speech Synthesis Toolkit"
|
|
|
65 |
examples=examples,
|
66 |
article=article,
|
67 |
title=title,
|
68 |
+
description=description).launch(enable_queue=True)
|
|