darksakura commited on
Commit
7e562e4
1 Parent(s): 22b05f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -9
app.py CHANGED
@@ -149,15 +149,6 @@ def update_dropdown(new_choices):
149
  new_choices = gr.Dropdown.update(choices=spks)
150
  return new_choices
151
 
152
- sid =""
153
-
154
-
155
- modelPaths = []
156
-
157
- for dirpath, dirnames, filenames in os.walk("./N/"):
158
- for filename in filenames:
159
- modelPaths.append(os.path.join(dirpath, filename))
160
-
161
  app = gr.Blocks()
162
  with app:
163
  with gr.Tabs():
 
149
  new_choices = gr.Dropdown.update(choices=spks)
150
  return new_choices
151
 
 
 
 
 
 
 
 
 
 
152
  app = gr.Blocks()
153
  with app:
154
  with gr.Tabs():