Spaces:
Running
Running
Update app.py
Browse files
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",
|