Artples commited on
Commit
07527b5
·
verified ·
1 Parent(s): dd36ba7

Update app.py

Browse files

Deactivation of the API for security reasons that are obvious with a medical model, like this.

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -127,4 +127,4 @@ with gr.Blocks(css="style.css") as demo:
127
  chat_interface.render()
128
 
129
  if __name__ == "__main__":
130
- demo.queue(max_size=20).launch()
 
127
  chat_interface.render()
128
 
129
  if __name__ == "__main__":
130
+ demo.queue(max_size=20).launch(show_api=False)