ysharma HF Staff commited on
Commit
c2f09f2
·
1 Parent(s): feeef43

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,6 +64,6 @@ with gr.Blocks() as demo:
64
  md = gr.Markdown(visible=False)
65
  txt = gr.Textbox(visible=False)
66
 
67
- fex1.change(dummy, fex1, [cd, df, im, md, txt])
68
 
69
  demo.launch(debug=True) #, height=800)
 
64
  md = gr.Markdown(visible=False)
65
  txt = gr.Textbox(visible=False)
66
 
67
+ fex1.change(filesystem, fex1, [cd, df, im, md, txt])
68
 
69
  demo.launch(debug=True) #, height=800)