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