Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -2,7 +2,7 @@ import gradio as gr
|
|
| 2 |
import os
|
| 3 |
|
| 4 |
def sorted(filepath):
|
| 5 |
-
return os.
|
| 6 |
|
| 7 |
with gr.Blocks(title="🔊",theme=gr.themes.Base(primary_hue="rose",neutral_hue="zinc")) as app:
|
| 8 |
with gr.Row():
|
|
|
|
| 2 |
import os
|
| 3 |
|
| 4 |
def sorted(filepath):
|
| 5 |
+
return os.listdir(filepath)
|
| 6 |
|
| 7 |
with gr.Blocks(title="🔊",theme=gr.themes.Base(primary_hue="rose",neutral_hue="zinc")) as app:
|
| 8 |
with gr.Row():
|