Spaces:
Runtime error
Runtime error
oops, removing share
Browse files
app.py
CHANGED
|
@@ -65,4 +65,4 @@ with gr.Blocks(title=TITLE) as demo:
|
|
| 65 |
cluster_id.change(fn=show_cluster, inputs=[cluster_id, num_clusters], outputs=[a,b,c,d, gallery])
|
| 66 |
|
| 67 |
if __name__ == "__main__":
|
| 68 |
-
demo.queue().launch(
|
|
|
|
| 65 |
cluster_id.change(fn=show_cluster, inputs=[cluster_id, num_clusters], outputs=[a,b,c,d, gallery])
|
| 66 |
|
| 67 |
if __name__ == "__main__":
|
| 68 |
+
demo.queue().launch(debug=True)
|