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