5m4ck3r commited on
Commit
74374bc
·
verified ·
1 Parent(s): 9a4d20b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -364,4 +364,4 @@ with gr.Blocks() as demo:
364
  )
365
  chat_box.submit(chat_function, inputs=[chat_box, chat_display], outputs=[chat_display, chat_box])
366
 
367
- demo.launch(show_api=True)
 
364
  )
365
  chat_box.submit(chat_function, inputs=[chat_box, chat_display], outputs=[chat_display, chat_box])
366
 
367
+ demo.launch()