whoami02 commited on
Commit
496fd83
1 Parent(s): 8e4eb46

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,4 +51,4 @@ with gr.Blocks() as demo:
51
 
52
  # interface = gr.Interface(fn=auto_eda, inputs="dataframe", outputs="json")
53
  # demo.queue()
54
- demo.launch()
 
51
 
52
  # interface = gr.Interface(fn=auto_eda, inputs="dataframe", outputs="json")
53
  # demo.queue()
54
+ demo.launch(debug=True)