aigmixer commited on
Commit
67fbe89
1 Parent(s): cd1c689

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,5 +1,6 @@
1
  import gradio as gr
2
  import subprocess
 
3
 
4
  def run_command(command):
5
  try:
 
1
  import gradio as gr
2
  import subprocess
3
+ import piper
4
 
5
  def run_command(command):
6
  try: