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