bradnow commited on
Commit
4f4e9c9
·
1 Parent(s): 83c1cfa

Remove API link

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -294,4 +294,4 @@ with gr.Blocks(theme=gr.themes.Default(primary_hue="green")) as demo:
294
  outputs=[description_html, chatbot]
295
  )
296
 
297
- demo.launch(ssr_mode=False)
 
294
  outputs=[description_html, chatbot]
295
  )
296
 
297
+ demo.launch(ssr_mode=False, show_api=False)