broadfield-dev commited on
Commit
ebd5f48
·
verified ·
1 Parent(s): 5d15c84

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -200,4 +200,4 @@ with gr.Blocks(theme=gr.themes.Soft(), title="Embedding Atlas Explorer") as app:
200
  app.load(fn=get_user_datasets, inputs=[hf_user_input], outputs=[dataset_input])
201
 
202
  if __name__ == "__main__":
203
- app.launch()
 
200
  app.load(fn=get_user_datasets, inputs=[hf_user_input], outputs=[dataset_input])
201
 
202
  if __name__ == "__main__":
203
+ app.launch(debug=True)