gera-richarte commited on
Commit
11296d8
1 Parent(s): 6d787c4

no api exposed, since it'll have a token to access the dataset

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -172,4 +172,4 @@ with gr.Blocks(title="Dataset Explorer", fill_height = True) as demo:
172
 
173
  table.render()
174
 
175
- demo.launch()
 
172
 
173
  table.render()
174
 
175
+ demo.launch(show_api=False)