Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,5 @@
|
|
|
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
title = "fairseq S^2: A Scalable and Integrable Speech Synthesis Toolkit"
|
|
|
1 |
+
import os
|
2 |
+
os.system("pip install gradio=2.8.0b")
|
3 |
import gradio as gr
|
4 |
|
5 |
title = "fairseq S^2: A Scalable and Integrable Speech Synthesis Toolkit"
|