Pierre Chapuis commited on
Commit
aa7dd73
·
unverified ·
1 Parent(s): 4acc654

do not show API link

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -213,4 +213,4 @@ with gr.Blocks() as demo:
213
  cache_examples=True,
214
  )
215
 
216
- demo.launch()
 
213
  cache_examples=True,
214
  )
215
 
216
+ demo.launch(show_api=False)