Jaward commited on
Commit
c56b786
·
verified ·
1 Parent(s): 0a0a4e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -34,6 +34,7 @@ import io
34
  import copy
35
  from pathlib import Path
36
 
 
37
  def get_instructor_name(speaker):
38
  instructor_names = {
39
  "feynman.mp3": "Professor Richard Feynman",
 
34
  import copy
35
  from pathlib import Path
36
 
37
+ gr.set_static_paths(paths=[Path.cwd().absolute()/"outputs"])
38
  def get_instructor_name(speaker):
39
  instructor_names = {
40
  "feynman.mp3": "Professor Richard Feynman",