Harveenchadha commited on
Commit
987ed6e
1 Parent(s): 6b21d52

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,4 +1,6 @@
1
  import os
 
 
2
  import gradio as gr
3
 
4
  #os.system('git clone https://github.com/Open-Speech-EkStep/vakyansh-tts')
1
  import os
2
+ os.system("pip uninstall -y gradio")
3
+ os.system("pip install gradio==2.7")
4
  import gradio as gr
5
 
6
  #os.system('git clone https://github.com/Open-Speech-EkStep/vakyansh-tts')