Campfireman commited on
Commit
13ba853
1 Parent(s): 4835123

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -76,6 +76,6 @@ demo = gr.Interface(
76
  outputs=gr.Audio(source = "upload"),
77
  examples=[
78
  [os.path.join(os.path.dirname(__file__),temp_audio_addr)]
79
- ],
80
  )
81
  demo.launch()
 
76
  outputs=gr.Audio(source = "upload"),
77
  examples=[
78
  [os.path.join(os.path.dirname(__file__),temp_audio_addr)]
79
+ ]
80
  )
81
  demo.launch()