Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -188,4 +188,4 @@ with gr.Blocks(theme=gr.themes.Soft(), title="Embedding Atlas Explorer") as app:
|
|
188 |
app.load(fn=get_user_datasets, inputs=hf_user_input, outputs=dataset_input)
|
189 |
|
190 |
if __name__ == "__main__":
|
191 |
-
app.launch(debug=True)
|
|
|
188 |
app.load(fn=get_user_datasets, inputs=hf_user_input, outputs=dataset_input)
|
189 |
|
190 |
if __name__ == "__main__":
|
191 |
+
app.launch(debug=True)
|