konverner commited on
Commit
4a3cc0e
1 Parent(s): b3ebc7c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -4,6 +4,8 @@ from pathlib import Path
4
  import gradio as gr
5
 
6
 
 
 
7
  def greet(text, audio_file_path):
8
  text = "%s" % text
9
  audio_file_path = "%s" % audio_file_path
 
4
  import gradio as gr
5
 
6
 
7
+ os.system('pip install .')
8
+
9
  def greet(text, audio_file_path):
10
  text = "%s" % text
11
  audio_file_path = "%s" % audio_file_path