assasinatee commited on
Commit
8193575
·
1 Parent(s): e0f0f7b

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -18,6 +18,9 @@ A brief input speech utterance for the overall audio scene.
18
  ---
19
  </div>
20
  """)
 
 
 
21
 
22
 
23
 
 
18
  ---
19
  </div>
20
  """)
21
+
22
+ if __name__ == "__main__":
23
+ demo.launch()
24
 
25
 
26