Rejekts commited on
Commit
1239ca0
1 Parent(s): 20765d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,6 +6,6 @@ def sorted(filepath):
6
 
7
  with gr.Blocks(title="🔊",theme=gr.themes.Base(primary_hue="rose",neutral_hue="zinc")) as app:
8
  with gr.Row():
9
- weight = gr.dropdown(choices=sorted('assets/weights'))
10
 
11
  app.launch()
 
6
 
7
  with gr.Blocks(title="🔊",theme=gr.themes.Base(primary_hue="rose",neutral_hue="zinc")) as app:
8
  with gr.Row():
9
+ weight = gr.Dropdown(choices=sorted('assets/weights'))
10
 
11
  app.launch()