tobiccino commited on
Commit
4a2db54
1 Parent(s): e836e92

test app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import gradio as gr
2
- import .vietTTS.synthesizer.run
3
 
4
  def greet(name):
5
  run()
 
1
  import gradio as gr
2
+ from .vietTTS.synthesizer import run
3
 
4
  def greet(name):
5
  run()