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