akhaliq HF staff commited on
Commit
1ada14b
1 Parent(s): 913e872

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import os
2
- os.system("pip install gradio==2.4.6")
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)