Spaces:
Running
Running
Remove static paths definition
Browse files
app.py
CHANGED
@@ -163,7 +163,6 @@ def clearInterface():
|
|
163 |
|
164 |
#main GradIO interface
|
165 |
with gr.Blocks() as demo:
|
166 |
-
gr.set_static_paths(paths=[Path.cwd().absolute()/"assets"])
|
167 |
gr.Markdown(
|
168 |
"""
|
169 |
# PS3-PDM: Perceptual Similarity Space for Speech-Pairwise Distance Matrix
|
|
|
163 |
|
164 |
#main GradIO interface
|
165 |
with gr.Blocks() as demo:
|
|
|
166 |
gr.Markdown(
|
167 |
"""
|
168 |
# PS3-PDM: Perceptual Similarity Space for Speech-Pairwise Distance Matrix
|