tobiccino commited on
Commit
e836e92
1 Parent(s): 24a2ad4

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
+ import .vietTTS.synthesizer.run
3
 
4
  def greet(name):
5
  run()