sasha HF staff commited on
Commit
8656b6a
1 Parent(s): 3d53c08

oops, removing share

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(share=True)
 
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)