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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
  import os
3
 
4
  def sorted(filepath):
5
- return os.path.listdir(filepath)
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():